C# Class Drought.GameStates.SignInState

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

Méthodes publiques

Свойство Type Description
WAIT_FOR_AUTOSIGNIN int

Méthodes publiques

Méthode Description
SignInState ( IStateManager manager, DroughtGame game, bool wait ) : System
background ( ) : void
foreground ( ) : void
loadContent ( ) : void
render ( GameTime gameTime, GraphicsDevice graphics, SpriteBatch spriteBatch ) : void
update ( GameTime gameTime ) : void

Method Details

SignInState() public méthode

public SignInState ( IStateManager manager, DroughtGame game, bool wait ) : System
manager IStateManager
game DroughtGame
wait bool
Résultat System

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 ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

WAIT_FOR_AUTOSIGNIN public_oe static_oe property

public static int WAIT_FOR_AUTOSIGNIN
Résultat int