C# Class MegaMan.Engine.StateMachine.EndStateTransition

Inheritance: IStateMachineCommand
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
Apply ( IStateMachine stateMachine ) : void
EndStateTransition ( MegaMan.Common.HandlerTransfer transfer ) : MegaMan.Common

Private Methods

Méthode Description
EmptyStackAndStart ( IStateMachine stateMachine ) : void

Method Details

Apply() public méthode

public Apply ( IStateMachine stateMachine ) : void
stateMachine IStateMachine
Résultat void

EndStateTransition() public méthode

public EndStateTransition ( MegaMan.Common.HandlerTransfer transfer ) : MegaMan.Common
transfer MegaMan.Common.HandlerTransfer
Résultat MegaMan.Common