Property | Type | Description | |
---|---|---|---|
INTERNAL_CALL_GetReactionTorque | float | ||
Joint2D_CUSTOM_INTERNAL_GetReactionForce | void |
Method | Description | |
---|---|---|
GetReactionForce ( float timeStep ) : Vector2 |
Gets the reaction force of the joint given the specified timeStep.
|
|
GetReactionTorque ( float timeStep ) : float |
Gets the reaction torque of the joint given the specified timeStep.
|
Method | Description | |
---|---|---|
INTERNAL_CALL_GetReactionTorque ( |
||
Joint2D_CUSTOM_INTERNAL_GetReactionForce ( |
public GetReactionForce ( float timeStep ) : Vector2 | ||
timeStep | float | The time to calculate the reaction force for. |
return | Vector2 |
public GetReactionTorque ( float timeStep ) : float | ||
timeStep | float | The time to calculate the reaction torque for. |
return | float |