Highroad Engine v1.3
Public Types | Public Attributes | Protected Member Functions | List of all members
MoreMountains.Tools.MMCursorVisible Class Reference

Add this class to an object and it'll make sure that the cursor is either visible or invisible More...

Inheritance diagram for MoreMountains.Tools.MMCursorVisible:

Public Types

enum  CursorVisibilities { Visible , Invisible }
 The possible states of the cursor. More...
 

Public Attributes

CursorVisibilities CursorVisibility = CursorVisibilities.Visible
 Whether that cursor should be visible or invisible. More...
 

Protected Member Functions

virtual void Update ()
 On Update we change the status of our cursor accordingly More...
 

Detailed Description

Add this class to an object and it'll make sure that the cursor is either visible or invisible

Member Enumeration Documentation

◆ CursorVisibilities

The possible states of the cursor.

Enumerator
Visible 
Invisible 

Member Function Documentation

◆ Update()

virtual void MoreMountains.Tools.MMCursorVisible.Update ( )
protectedvirtual

On Update we change the status of our cursor accordingly

Member Data Documentation

◆ CursorVisibility

CursorVisibilities MoreMountains.Tools.MMCursorVisible.CursorVisibility = CursorVisibilities.Visible

Whether that cursor should be visible or invisible.


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