C# Class Tyrus_and_Randall.InstructionDisplay

Inheritance: Entity
Afficher le fichier Open project: sgdc/sgdc-old

Méthodes publiques

Méthode Description
InstructionDisplay ( ) : System
InstructionDisplay ( Vector2 pos ) : System
InstructionDisplay ( float x, float y ) : System
Update ( GameTime gameTime ) : void

Method Details

InstructionDisplay() public méthode

public InstructionDisplay ( ) : System
Résultat System

InstructionDisplay() public méthode

public InstructionDisplay ( Vector2 pos ) : System
pos Vector2
Résultat System

InstructionDisplay() public méthode

public InstructionDisplay ( float x, float y ) : System
x float
y float
Résultat System

Update() public méthode

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