Back to API Reference
Class
UniTextInteractions
sealed
Implements:IDisposable
Per-component router for interactive text entities. It owns host input subscriptions, final-geometry hit testing, overlap arbitration, per-pointer leases and channel routing.
public RangeIdentity FocusedEntity{ get }Stable identity of the currently focused entity, or an invalid value.
public static UniTextInteractions For()Returns the interaction router attached to a text component.
public RangeInteractionChannel Get()Returns the stable subscription surface for one semantic range channel.
public RangeInteractionChannel Get()Returns a channel after validating its serialized payload contract against T.
public InteractiveRange GetEntity()Returns one representative range in logical navigation order.
public Action<RangeScrollRequest> ScrollIntoViewRequestedAsks the viewport owner to reveal an entity. The router publishes geometry but does not assume ScrollRect, world-camera or custom document scrolling ownership.
