Method | Description | |
---|---|---|
Draw ( |
||
DrawLine ( |
||
GetSprite ( |
||
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content, List |
||
RenderManager ( GraphicsDevice graphicsDevice ) : System | ||
Update ( |
public Draw ( |
||
spriteBatch | ||
all | List |
|
return | void |
public DrawLine ( |
||
batch | ||
width | float | |
color | Color | |
point1 | Vector2 | |
point2 | Vector2 | |
return | void |
public GetSprite ( |
||
name | ||
return | Sprite |
public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content, List |
||
content | Microsoft.Xna.Framework.Content.ContentManager | |
all | List |
|
return | void |
public RenderManager ( GraphicsDevice graphicsDevice ) : System | ||
graphicsDevice | GraphicsDevice | |
return | System |
public Update ( |
||
gametime | ||
all | List |
|
return | void |