C# Class WarTornLands.Infrastructure.Systems.GameState.States.LevelState

Inheritance: BaseGameState
显示文件 Open project: floAr/WarTornLands

Public Methods

Method Description
Draw ( Microsoft gameTime ) : void
Pause ( ) : void
Update ( Microsoft gameTime ) : void

Method Details

Draw() public method

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
return void

Pause() public method

public Pause ( ) : void
return void

Update() public method

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
return void