Свойство | Type | Description | |
---|---|---|---|
Bodies | Project290.Physics.Dynamics.Body[] | ||
BodyCount | int | ||
ContactCount | int | ||
JointCount | int | ||
JointUpdateTime | float |
Méthode | Description | |
---|---|---|
Add ( |
||
Add ( |
||
Add ( |
||
Clear ( ) : void | ||
Reset ( int bodyCapacity, int contactCapacity, int jointCapacity, |
||
Solve ( |
Méthode | Description | |
---|---|---|
Report ( |
||
SolveTOI ( |
public Add ( |
||
contact | ||
Résultat | void |
public Add ( |
||
joint | ||
Résultat | void |
public Reset ( int bodyCapacity, int contactCapacity, int jointCapacity, |
||
bodyCapacity | int | |
contactCapacity | int | |
jointCapacity | int | |
contactManager | ||
Résultat | void |
public Solve ( |
||
step | ||
gravity | Vector2 | |
Résultat | void |
public Body[],Project290.Physics.Dynamics Bodies | ||
Résultat | Project290.Physics.Dynamics.Body[] |