Skip to main content

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

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.