Method | Description | |
---|---|---|
CollisionCircle ( Entity parent, Vector2 relativePosition, float radius ) : System | ||
Draw ( |
||
GetCenter ( ) : Vector2 | ||
Intersects ( |
||
Project ( Vector2 axis ) : Vector2 |
Method | Description | |
---|---|---|
Intersects ( |
||
Intersects ( |
public CollisionCircle ( Entity parent, Vector2 relativePosition, float radius ) : System | ||
parent | Entity | |
relativePosition | Vector2 | |
radius | float | |
return | System |
public Draw ( |
||
sp | ||
return | void |
public Intersects ( |
||
collisionElement | ||
return | bool |