C# Class MegaMan.Engine.StateMachine.EndStateTransition

Inheritance: IStateMachineCommand
显示文件 Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
Apply ( IStateMachine stateMachine ) : void
EndStateTransition ( MegaMan.Common.HandlerTransfer transfer ) : MegaMan.Common

Private Methods

Method Description
EmptyStackAndStart ( IStateMachine stateMachine ) : void

Method Details

Apply() public method

public Apply ( IStateMachine stateMachine ) : void
stateMachine IStateMachine
return void

EndStateTransition() public method

public EndStateTransition ( MegaMan.Common.HandlerTransfer transfer ) : MegaMan.Common
transfer MegaMan.Common.HandlerTransfer
return MegaMan.Common