Enum ConditionBaseInspector.HandleMode
Interaction mode of a handle
Namespace: UnityEditor.MARS
Syntax
public enum HandleMode : int
Fields
| Name | Description | Value |
|---|---|---|
| Hidden | The handle is hidden |
|
| Interactive | The handle is visible and interactable |
|
| Preview | The handle is visible but not interactable |