Class Cursor
Static class that can hide/unhide the mouse cursor. A disengaged cursor should also be locked...
Inheritance
System.Object
Cursor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GlitchedPolygons.Utilities
Assembly: UnityScriptsLibrary.dll
Syntax
public static class Cursor
Methods
| Improve this Doc View SourceHide()
Hides the mouse cursor.
Declaration
public static void Hide()
Show()
Unhides the mouse cursor.
Declaration
public static void Show()