Method SetLimitedDistanceRange
SetLimitedDistanceRange(ref PhysicsJoint, FloatRange)
Applies the specified range of motion to a PhysicsJoint created using CreateLimitedDistance(float3, float3, FloatRange) .
Declaration
public static void SetLimitedDistanceRange(this ref PhysicsJoint joint, Math.FloatRange distanceRange)
Parameters
Type | Name | Description |
---|---|---|
PhysicsJoint | joint | [in,out] The joint. |
Math.FloatRange | distanceRange | The minimum required distance and maximum possible distance between the two anchor points. |