C# 클래스 Moe.StateMachine.ActionBuilder

파일 보기 프로젝트 열기: sstuddard/Moe.StateMachine

공개 메소드들

메소드 설명
OnEnter ( this builder, Action action ) : IStateBuilder
OnExit ( this builder, Action action ) : IStateBuilder

메소드 상세

OnEnter() 공개 정적인 메소드

public static OnEnter ( this builder, Action action ) : IStateBuilder
builder this
action Action
리턴 IStateBuilder

OnExit() 공개 정적인 메소드

public static OnExit ( this builder, Action action ) : IStateBuilder
builder this
action Action
리턴 IStateBuilder