메소드 | 설명 | |
---|---|---|
Execute ( UnityEditor.Timeline.Actions.ActionContext context ) : bool |
Execute the action.
|
|
Validate ( UnityEditor.Timeline.Actions.ActionContext context ) : ActionValidity |
Defines the validity of an Action based on the context.
|
public abstract Execute ( UnityEditor.Timeline.Actions.ActionContext context ) : bool | ||
context | UnityEditor.Timeline.Actions.ActionContext | Context for the action. |
리턴 | bool |
public abstract Validate ( UnityEditor.Timeline.Actions.ActionContext context ) : ActionValidity | ||
context | UnityEditor.Timeline.Actions.ActionContext | Context for the action. |
리턴 | ActionValidity |