Back to API Reference
Enum

RangeInteractionScope

Scope used when comparing the press origin with a later activation target.

public static readonly RangeInteractionScope Segment = 0

The concrete contiguous segment must match.

public static readonly RangeInteractionScope Entity = 1

Any segment belonging to the same stable entity matches.

public static readonly RangeInteractionScope Channel = 2

Any enabled target published through the same channel matches.