C# Class MonoGameQuest.Cursor

Inheritance: MonoGameQuestDrawableComponent
Exibir arquivo Open project: half-ogre/MonoGameQuest

Public Methods

Method Description
Cursor ( MonoGameQuest game ) : System
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Protected Methods

Method Description
LoadContent ( ) : void

Method Details

Cursor() public method

public Cursor ( MonoGameQuest game ) : System
game MonoGameQuest
return System

Draw() public method

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

LoadContent() protected method

protected LoadContent ( ) : void
return void

Update() public method

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