Enum ActionValidity
Indicates the validity of an action for a given data set.
네임스페이스: UnityEditor.Timeline.Actions
어셈블리: solution.dll
구문
public enum ActionValidity
필드
| 이름 | 설명 |
|---|---|
| Invalid | Action is not valid in the current context. If the action is linked to a menu item, the menu item will be shown but grayed out. |
| NotApplicable | Action is not applicable in the current context. If the action is linked to a menu item, the menu item will not be shown. |
| Valid | Action is valid in the provided context. If the action is linked to a menu item, the menu item will be visible. |