HKI Core
Private Member Functions | Private Attributes | List of all members
HKI.Core.Misc.CursorEnAndDisabler Class Reference

This MonoBehaviour disables and endables or the other way around the cursor on start and on destroy. More...

Inheritance diagram for HKI.Core.Misc.CursorEnAndDisabler:

Private Member Functions

void Start ()
 
void OnDestroy ()
 

Private Attributes

bool DisableCursorOnStart = true
 

Detailed Description

This MonoBehaviour disables and endables or the other way around the cursor on start and on destroy.

Definition at line 9 of file CursorEnAndDisabler.cs.

Member Function Documentation

◆ OnDestroy()

void HKI.Core.Misc.CursorEnAndDisabler.OnDestroy ( )
inlineprivate

Definition at line 21 of file CursorEnAndDisabler.cs.

◆ Start()

void HKI.Core.Misc.CursorEnAndDisabler.Start ( )
inlineprivate

Definition at line 15 of file CursorEnAndDisabler.cs.

Member Data Documentation

◆ DisableCursorOnStart

bool HKI.Core.Misc.CursorEnAndDisabler.DisableCursorOnStart = true
private

Definition at line 12 of file CursorEnAndDisabler.cs.


The documentation for this class was generated from the following file: