Back to API Reference
Class

RangeInteractionChannel

sealed

Stable subscription surface for all interactive entities published through one RangeChannel asset on a specific UniText component.

public RangeChannel Channel{ get }

The channel asset used as routing identity.

public RangeInteractionHandler Activated

Occurs after a primary click, tap or keyboard activation is confirmed.

public RangeInteractionHandler ContextRequested

Occurs for secondary click, long press or keyboard context requests.

public RangeInteractionHandler Entered

Occurs when a pointer enters an entity.

public RangeInteractionHandler Exited

Occurs when a pointer exits an entity.

public RangeInteractionHandler StateChanged

Occurs for independent Hovered, Pressed, Focused or Disabled transitions.

public RangeInteractionHandler LongPressProgress

Occurs while a touch or pen hold advances toward a context request.

public RangeInteractionHandler Gesture

Occurs for the advanced pointer lifecycle and claimed custom gestures.

public RangeInteractionHandler FocusChanged

Occurs when keyboard or gamepad focus enters or leaves an entity.

public RangeInteractionHandler Interaction

Occurs for every event delivered to this channel.