Back to API Reference
Enum
RangeInteractionSignal
Independent boolean interaction signal changed by a state event.
public static readonly RangeInteractionSignal Hovered = 0At least one pointer currently rests over the entity.
public static readonly RangeInteractionSignal Pressed = 1At least one pointer currently holds an uncanceled press lease.
public static readonly RangeInteractionSignal Focused = 2Keyboard or gamepad navigation currently addresses the entity.
public static readonly RangeInteractionSignal Disabled = 3The entity is present semantically but rejects interaction.
