NeedsDragHandle(int)
Returns whether this item needs a drag handle or not with the Animated drag mode.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual bool NeedsDragHandle(int index)
Parameters
Item index.
Returns
Type | Description |
|---|---|
| bool | Whether or not the drag handle is needed. |