Back to API Reference
Enum

RangeInteractionSignal

Independent boolean interaction signal changed by a state event.

public static readonly RangeInteractionSignal Hovered = 0

At least one pointer currently rests over the entity.

public static readonly RangeInteractionSignal Pressed = 1

At least one pointer currently holds an uncanceled press lease.

public static readonly RangeInteractionSignal Focused = 2

Keyboard or gamepad navigation currently addresses the entity.

public static readonly RangeInteractionSignal Disabled = 3

The entity is present semantically but rejects interaction.