MouseCursorManager_IMGUI Component
Overview
This component managed the logic and rendering of multiple cursors.  Rendering is handled using Unity's legacy IMGUI UI system.
Properties

| Property | Type | Range | Default | Description | 
|---|---|---|---|---|
| Default Cursor Image | MouseCursorImage | The default cursor image to display. | ||
| Spawn Cursor Mode | Enum | OnAnyMovement | Under what conditions to spawn a cursor for a device. Options are: • OnAnyMovement- Any movement or button activity will spawn the cursor.• OnLeftClick- spawn cursor on left click.• Script- only spawn from the API. |