프로퍼티 | 타입 | 설명 | |
---|---|---|---|
scale | float | ||
shapes | List |
||
world |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
boundingBox | |||
children | List |
||
controllers | List |
||
horizontalScale | float |
메소드 | 설명 | |
---|---|---|
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 PhysicsObject ( |
||
world | ||
리턴 | System |
public SetTransform ( Vector2 position, float rotation ) : void | ||
position | Vector2 | |
rotation | float | |
리턴 | void |
public getBBRelativeToWorld ( ) : |
||
리턴 |
public mapPointOnImage ( Vector2 point ) : Vector2 | ||
point | Vector2 | |
리턴 | Vector2 |
public mapPointOnImage ( float x, float y ) : Vector2 | ||
x | float | |
y | float | |
리턴 | Vector2 |
protected Rectangle,Microsoft.Xna.Framework boundingBox | ||
리턴 |