Свойство | Type | Description | |
---|---|---|---|
VertexCount | int | ||
Vertices | Box2DX.Common.Vec2[] |
Méthode | Description | |
---|---|---|
PolygonDef ( ) : System | ||
SetAsBox ( float hx, float hy ) : void |
Build vertices to represent an axis-aligned box.
|
|
SetAsBox ( float hx, float hy, |
Build vertices to represent an oriented box.
|
public SetAsBox ( float hx, float hy ) : void | ||
hx | float | The half-width |
hy | float | The half-height. |
Résultat | void |
public SetAsBox ( float hx, float hy, |
||
hx | float | The half-width |
hy | float | The half-height. |
center | The center of the box in local coordinates. | |
angle | float | The rotation of the box in local coordinates. |
Résultat | void |