Skip to main content

MouseCursorManager_Canvas Component

Overview​

This component managed the logic and rendering of multiple cursors. Rendering is handled using Unity's Canvas UI system.

Properties​

Component Screenshot

Property                            Type    Range    DefaultDescription
Default Cursor ImageMouseCursorImageThe default cursor image to display.
Spawn Cursor ModeEnumOnAnyMovementUnder 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 ParentRectTransformThe parent transform inside the Canvas that will contain all of the child cursor images when spawned.