C# Class Drought.GameStates.HostWaitState

Inheritance: Drought.State.GameState
Afficher le fichier Open project: kiniry-teaching/UCD

Méthodes publiques

Méthode 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 méthode

public HostWaitState ( IStateManager manager, DroughtGame game ) : Drought.Network
manager IStateManager
game DroughtGame
Résultat Drought.Network

background() public méthode

public background ( ) : void
Résultat void

foreground() public méthode

public foreground ( ) : void
Résultat void

loadContent() public méthode

public loadContent ( ) : void
Résultat void

render() public méthode

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

update() public méthode

public update ( Microsoft gameTime ) : void
gameTime Microsoft
Résultat void