C# Class Moe.StateMachine.Tests.DelegateObject

Mostrar archivo Open project: sstuddard/Moe.StateMachine Class Usage Examples

Public Properties

Property Type Description
Execute Action

Public Methods

Method Description
OnStateAEnter ( ) : void
OnStateAExit ( ) : void
OnStateBEnter ( ) : void
OnStateBExit ( ) : void
OnStateD ( ) : void

Method Details

OnStateAEnter() public method

public OnStateAEnter ( ) : void
return void

OnStateAExit() public method

public OnStateAExit ( ) : void
return void

OnStateBEnter() public method

public OnStateBEnter ( ) : void
return void

OnStateBExit() public method

public OnStateBExit ( ) : void
return void

OnStateD() public method

public OnStateD ( ) : void
return void

Property Details

Execute public_oe property

public Action Execute
return Action