C# Class Drought.GameStates.SignInState

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

Public Properties

Property Type Description
WAIT_FOR_AUTOSIGNIN int

Public Methods

Method 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 method

public SignInState ( IStateManager manager, DroughtGame game, bool wait ) : System
manager IStateManager
game DroughtGame
wait bool
return System

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

Property Details

WAIT_FOR_AUTOSIGNIN public_oe static_oe property

public static int WAIT_FOR_AUTOSIGNIN
return int