C# Class MyPolarBear.Text

Afficher le fichier Open project: sgdc/sgdc-old

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Text ( string text, Vector2 position ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Text() public méthode

public Text ( string text, Vector2 position ) : System
text string
position Vector2
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void