Property | Type | Description | |
---|---|---|---|
scale | float | ||
shapes | List |
||
world |
Property | Type | Description | |
---|---|---|---|
boundingBox | |||
children | List |
||
controllers | List |
||
horizontalScale | float |
Method | Description | |
---|---|---|
AddToWorld ( ) : void | ||
Die ( ) : void | ||
Draw ( Matrix cameraTransform ) : void | ||
PhysicsObject ( |
||
RemoveFromWorld ( ) : void | ||
SetTransform ( Vector2 position, float rotation ) : void | ||
SetupJoints ( |
||
Update ( |
||
getBBRelativeToWorld ( ) : |
||
getCenterPoint ( ) : Point | ||
mapPointOnImage ( Vector2 point ) : Vector2 | ||
mapPointOnImage ( float x, float y ) : Vector2 |
public Draw ( Matrix cameraTransform ) : void | ||
cameraTransform | Matrix | |
return | void |
public PhysicsObject ( |
||
world | ||
return | System |
public SetTransform ( Vector2 position, float rotation ) : void | ||
position | Vector2 | |
rotation | float | |
return | void |
public SetupJoints ( |
||
world | ||
return | void |
public Update ( |
||
world | ||
dt | float | |
return | void |
public getBBRelativeToWorld ( ) : |
||
return |
public mapPointOnImage ( Vector2 point ) : Vector2 | ||
point | Vector2 | |
return | Vector2 |
public mapPointOnImage ( float x, float y ) : Vector2 | ||
x | float | |
y | float | |
return | Vector2 |
protected Rectangle,Microsoft.Xna.Framework boundingBox | ||
return |