C# 클래스 Moe.StateMachine.Extensions.StateWatcher.StateWatcherAction

상속: IDisposable
파일 보기 프로젝트 열기: sstuddard/Moe.StateMachine 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Perform ( TransitionReceipt transitionReceipt ) : void
StateWatcherAction ( State state ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Perform() 공개 메소드

public Perform ( TransitionReceipt transitionReceipt ) : void
transitionReceipt TransitionReceipt
리턴 void

StateWatcherAction() 공개 메소드

public StateWatcherAction ( State state ) : System
state Moe.StateMachine.States.State
리턴 System