C# Class Pokemon3D.Screens.Overworld.OverworldUIElement

Show file Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
ActiveStateChanged ( ) : void

Method Details

ActiveStateChanged() protected method

protected ActiveStateChanged ( ) : void
return void

Draw() public abstract method

public abstract Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Update() public abstract method

public abstract Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void