Enum MarkerUIStates
The flags that indicate the view status of a marker.
Namespace: UnityEditor.Timeline
Syntax
[Flags]
public enum MarkerUIStates
Fields
Name | Description | Value |
---|---|---|
None | No extra state specified. |
0 |
Selected | The marker is selected. |
1 |
Collapsed | The marker is in a collapsed state. |
2 |