C# Class MonoGameQuest.Cursor

Inheritance: MonoGameQuestDrawableComponent
Afficher le fichier Open project: half-ogre/MonoGameQuest

Méthodes publiques

Méthode Description
Cursor ( MonoGameQuest game ) : System
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Method Details

Cursor() public méthode

public Cursor ( MonoGameQuest game ) : System
game MonoGameQuest
Résultat System

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void