Back to API Reference
Enum
RangeInteractionScope
Scope used when comparing the press origin with a later activation target.
public static readonly RangeInteractionScope Segment = 0The concrete contiguous segment must match.
public static readonly RangeInteractionScope Entity = 1Any segment belonging to the same stable entity matches.
public static readonly RangeInteractionScope Channel = 2Any enabled target published through the same channel matches.
