MouseCursorManager_Canvas Component
Overview
This component managed the logic and rendering of multiple cursors. Rendering is handled using Unity's Canvas
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. | |
Cursors Parent | RectTransform | The parent transform inside the Canvas that will contain all of the child cursor images when spawned. |