CursorMode
Determines whether the mouse cursor is rendered using software rendering or, on supported platforms, hardware rendering.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum CursorMode
Remarks
See Cursor for supported platforms.
Fields
Value | Description |
|---|---|
| Auto | Use hardware cursors on supported platforms. |
| ForceSoftware | Force the use of software cursors. |