Feel 5.9.1
The best way to improve your game's feel and make it extra juicy
Loading...
Searching...
No Matches
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.

Protected Member Functions

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

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: