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