Method | Description | |
---|---|---|
Draw ( |
||
Sprite ( ) : System | ||
Sprite ( Vector2 p_Pos, Microsoft.Xna.Framework.Graphics.Texture2D p_Tex ) : System | ||
Update ( |
public Draw ( |
||
p_SpriteBatch | ||
return | void |
public Sprite ( Vector2 p_Pos, Microsoft.Xna.Framework.Graphics.Texture2D p_Tex ) : System | ||
p_Pos | Vector2 | |
p_Tex | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | System |
public Update ( |
||
p_GameTime | ||
return | void |