Method SetImpulseEventThresholdAllConstraints
SetImpulseEventThresholdAllConstraints(float3)
Set the impulse event threshold for all eligible constraints (non-motorized ones) in this joint.
Declaration
public void SetImpulseEventThresholdAllConstraints(float3 impulseEventThreshold)
Parameters
Type | Name | Description |
---|---|---|
float3 | impulseEventThreshold | Impulse event threshold. |
SetImpulseEventThresholdAllConstraints(float3, float3)
Set the impulse event threshold for all eligible constraints (non-motorized ones) in this joint.
Declaration
public void SetImpulseEventThresholdAllConstraints(float3 impulseEventLinearThreshold, float3 impulseEventAngularThreshold)
Parameters
Type | Name | Description |
---|---|---|
float3 | impulseEventLinearThreshold | Impulse event threshold for all linear constraints. |
float3 | impulseEventAngularThreshold | Impulse event threshold for all angular constraints. |