C# Class Moe.StateMachine.Extensions.Timers.TimeoutEvent

Inheritance: ITimer, IDisposable
Afficher le fichier Open project: sstuddard/Moe.StateMachine Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Execute ( ) : void
TimeoutEvent ( int timeoutInMilliseconds, State state, Action eventPoster ) : System

Private Methods

Méthode Description
OnStateEntered ( object sender, StateTransitionEventArgs args ) : void
OnStateExited ( object sender, StateTransitionEventArgs args ) : void
SetActive ( bool activeFlag ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

TimeoutEvent() public méthode

public TimeoutEvent ( int timeoutInMilliseconds, State state, Action eventPoster ) : System
timeoutInMilliseconds int
state Moe.StateMachine.States.State
eventPoster Action
Résultat System