C# 클래스 UnityEditor.Timeline.Actions.TimelineAction

상속: IAction
파일 보기 프로젝트 열기: nintendaii/unity-background-service 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Execute() 공개 추상적인 메소드

Execute the action.
public abstract Execute ( UnityEditor.Timeline.Actions.ActionContext context ) : bool
context UnityEditor.Timeline.Actions.ActionContext Context for the action.
리턴 bool

Validate() 공개 추상적인 메소드

Defines the validity of an Action based on the context.
public abstract Validate ( UnityEditor.Timeline.Actions.ActionContext context ) : ActionValidity
context UnityEditor.Timeline.Actions.ActionContext Context for the action.
리턴 ActionValidity