C# Class Moe.StateMachine.Extensions.Actions.EnterAction

Inheritance: IDisposable
显示文件 Open project: sstuddard/Moe.StateMachine Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
EnterAction ( State state, Action action ) : System

Private Methods

Method Description
OnStateEntered ( object sender, StateTransitionEventArgs args ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EnterAction() public method

public EnterAction ( State state, Action action ) : System
state Moe.StateMachine.States.State
action Action
return System