C# Class MyPolarBear.Text

Show file Open project: sgdc/sgdc-old

Public Methods

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

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Text() public method

public Text ( string text, Vector2 position ) : System
text string
position Vector2
return System

Update() public method

public Update ( ) : void
return void