Back to API Reference
Enum
RangeGestureCompatibility
Built-in gesture owners that may run alongside a claimed custom gesture.
public static readonly RangeGestureCompatibility None = 0The custom gesture exclusively owns an otherwise conflicting drag.
public static readonly RangeGestureCompatibility TextSelection = 1 << 0Text selection may continue receiving the same drag lifecycle.
public static readonly RangeGestureCompatibility ParentScroll = 1 << 1An enclosing ScrollRect or other parent drag handler may continue receiving it.
