C# Class Touhou.ExampleSprite.ExampleSprite

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: schedule-productions/Touhou Class Usage Examples

Méthodes publiques

Méthode Description
ExampleSprite ( ) : System
drawForeground ( ) : void
getColoredTexture ( string t, Color c ) : Microsoft.Xna.Framework.Graphics.Texture2D

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
UpdateSprite ( GameTime gameTime ) : void

Method Details

Draw() protected méthode

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

ExampleSprite() public méthode

public ExampleSprite ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void

Update() protected méthode

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

drawForeground() public méthode

public drawForeground ( ) : void
Résultat void

getColoredTexture() public static méthode

public static getColoredTexture ( string t, Color c ) : Microsoft.Xna.Framework.Graphics.Texture2D
t string
c Color
Résultat Microsoft.Xna.Framework.Graphics.Texture2D