C# 클래스 Moe.StateMachine.Extensions.Timers.TimeoutEvent

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Execute ( ) : void
TimeoutEvent ( int timeoutInMilliseconds, State state, Action eventPoster ) : System

비공개 메소드들

메소드 설명
OnStateEntered ( object sender, StateTransitionEventArgs args ) : void
OnStateExited ( object sender, StateTransitionEventArgs args ) : void
SetActive ( bool activeFlag ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

TimeoutEvent() 공개 메소드

public TimeoutEvent ( int timeoutInMilliseconds, State state, Action eventPoster ) : System
timeoutInMilliseconds int
state Moe.StateMachine.States.State
eventPoster Action
리턴 System