Свойство | Type | Description | |
---|---|---|---|
_bodies | Box2DX.Dynamics.Body[] | ||
_bodyCapacity | int | ||
_bodyCount | int | ||
_contactCapacity | int | ||
_contactCount | int | ||
_contacts | Box2DX.Dynamics.Contact[] | ||
_jointCapacity | int | ||
_jointCount | int | ||
_joints | Box2DX.Dynamics.Joint[] | ||
_listener | |||
_positionIterationCount | int | ||
_positions | Box2DX.Dynamics.Position[] | ||
_velocities | Box2DX.Dynamics.Velocity[] |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Add ( |
||
Add ( |
||
Add ( |
||
Clear ( ) : void | ||
Dispose ( ) : void | ||
Island ( int bodyCapacity, int contactCapacity, int jointCapacity, |
||
Report ( |
||
Solve ( |
public Island ( int bodyCapacity, int contactCapacity, int jointCapacity, |
||
bodyCapacity | int | |
contactCapacity | int | |
jointCapacity | int | |
listener | ||
Résultat | System |
public Report ( |
||
constraints | ||
Résultat | void |
public Solve ( |
||
step | ||
gravity | System.Vector2 | |
allowSleep | bool | |
Résultat | void |
public Contact[],Box2DX.Dynamics _contacts | ||
Résultat | Box2DX.Dynamics.Contact[] |
public ContactListener,Box2DX.Dynamics _listener | ||
Résultat |
public Position[],Box2DX.Dynamics _positions | ||
Résultat | Box2DX.Dynamics.Position[] |