C# Class Drought.GameStates.HostWaitState

Inheritance: Drought.State.GameState
显示文件 Open project: kiniry-teaching/UCD

Public Methods

Method Description
HostWaitState ( IStateManager manager, DroughtGame game ) : Drought.Network
background ( ) : void
foreground ( ) : void
loadContent ( ) : void
render ( GameTime gameTime, GraphicsDevice graphics, SpriteBatch spriteBatch ) : void
update ( Microsoft gameTime ) : void

Method Details

HostWaitState() public method

public HostWaitState ( IStateManager manager, DroughtGame game ) : Drought.Network
manager IStateManager
game DroughtGame
return Drought.Network

background() public method

public background ( ) : void
return void

foreground() public method

public foreground ( ) : void
return void

loadContent() public method

public loadContent ( ) : void
return void

render() public method

public render ( GameTime gameTime, GraphicsDevice graphics, SpriteBatch spriteBatch ) : void
gameTime Microsoft.Xna.Framework.GameTime
graphics GraphicsDevice
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

update() public method

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