C# Class SmartboyDevelopments.Haxxit.GameEngine.GameEngine

Datei anzeigen Open project: smartboyathome/Haxxit Class Usage Examples

Public Methods

Method Description
ChangeState ( GameState _state ) : void
Cleanup ( ) : void
GameEngine ( GameState InitialState = null ) : System
PopState ( GameState _state ) : void
PushState ( GameState _state ) : void
RunLoop ( ) : void

Method Details

ChangeState() public method

public ChangeState ( GameState _state ) : void
_state GameState
return void

Cleanup() public method

public Cleanup ( ) : void
return void

GameEngine() public method

public GameEngine ( GameState InitialState = null ) : System
InitialState GameState
return System

PopState() public method

public PopState ( GameState _state ) : void
_state GameState
return void

PushState() public method

public PushState ( GameState _state ) : void
_state GameState
return void

RunLoop() public method

public RunLoop ( ) : void
return void