Back to API Reference
Enum

RangeGestureCompatibility

Built-in gesture owners that may run alongside a claimed custom gesture.

public static readonly RangeGestureCompatibility None = 0

The custom gesture exclusively owns an otherwise conflicting drag.

public static readonly RangeGestureCompatibility TextSelection = 1 << 0

Text selection may continue receiving the same drag lifecycle.

public static readonly RangeGestureCompatibility ParentScroll = 1 << 1

An enclosing ScrollRect or other parent drag handler may continue receiving it.