프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_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[] |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System |
public Report ( |
||
constraints | ||
리턴 | void |
public Solve ( |
||
step | ||
gravity | System.Vector2 | |
allowSleep | bool | |
리턴 | void |