C# Class Some2DRPG.Some2DRPG

Inheritance: Game
Afficher le fichier Open project: MichaelAquilina/Some-2D-RPG Class Usage Examples

Private Properties

Свойство Type Description
GeneratePos Vector2
GetMousePointer Microsoft.Xna.Framework.Graphics.Texture2D

Méthodes publiques

Méthode Description
Some2DRPG ( ) : System

Méthodes protégées

Méthode Description
CheckItemActions ( GameTime gameTime, KeyboardState keyboardState ) : void
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
GeneratePos ( float textHeight ) : Vector2
GetMousePointer ( MouseState mouseState ) : Microsoft.Xna.Framework.Graphics.Texture2D

Method Details

CheckItemActions() protected méthode

protected CheckItemActions ( GameTime gameTime, KeyboardState keyboardState ) : void
gameTime Microsoft.Xna.Framework.GameTime
keyboardState KeyboardState
Résultat void

Draw() protected méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Some2DRPG() public méthode

public Some2DRPG ( ) : System
Résultat System

Update() protected méthode

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