Method | Description | |
---|---|---|
Draw ( |
||
Init ( ) : void | ||
LoadContent ( GraphicsDevice graphics, |
||
SubscribeAll ( ) : void | ||
Update ( ) : void | ||
WrapText ( |
Method | Description | |
---|---|---|
CreateBG ( GraphicsDevice graphics, int width, int height, string request ) : Microsoft.Xna.Framework.Graphics.Texture2D |
Creates a pretty cool gradient texture! Used for a background Texture!
|
public Draw ( |
||
sprite_batch | ||
return | void |
public LoadContent ( GraphicsDevice graphics, |
||
graphics | GraphicsDevice | |
sprite_batch | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |
public WrapText ( |
||
spriteFont | ||
text | string | |
maxLineWidth | float | |
return | string |