The enumeration for the cursor rendering mode
| C# | Visual Basic | Visual C++ |
public enum CursorRenderingMode
Public Enumeration CursorRenderingMode
public enum class CursorRenderingMode
| Member | Description |
|---|---|
| Auto |
Uses the Unity cursor with CursorMode.Auto
|
| ForceSoftware |
Uses the Unity cursor with CursorMode.ForceSoftware
|
| Stage |
Uses the eDriven.Gui cursor rendering to a special stage
|