Property | Type | Description | |
---|---|---|---|
collision | bool | ||
direction | double | ||
entTexture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
entityRectangle | |||
isPlayer | bool | ||
loc | Coord |
Method | Description | |
---|---|---|
Entity ( Microsoft.Xna.Framework.Content.ContentManager content ) : System | ||
Entity ( Microsoft.Xna.Framework.Content.ContentManager content, double x, double y, double dir, string t, bool c, |
||
Entity ( Microsoft.Xna.Framework.Content.ContentManager content, double x, double y, string t, |
||
Move ( double x, double y ) : void |
public Entity ( Microsoft.Xna.Framework.Content.ContentManager content ) : System | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | System |
public Entity ( Microsoft.Xna.Framework.Content.ContentManager content, double x, double y, double dir, string t, bool c, |
||
content | Microsoft.Xna.Framework.Content.ContentManager | |
x | double | |
y | double | |
dir | double | |
t | string | |
c | bool | |
r | ||
return | System |
public Entity ( Microsoft.Xna.Framework.Content.ContentManager content, double x, double y, string t, |
||
content | Microsoft.Xna.Framework.Content.ContentManager | |
x | double | |
y | double | |
t | string | |
r | ||
return | System |
protected Texture2D,Microsoft.Xna.Framework.Graphics entTexture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |
protected Rectangle,Microsoft.Xna.Framework entityRectangle | ||
return |