Enum GrabMode
The current Grab Mode.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum GrabMode
Fields
| Name | Description |
|---|---|
| Grab | Elements can be grabbed. |
| Grabbing | Elements are currently grabbed. |
| None | No grab possible for the moment. |