Click or drag to resize
JointAngularLimitsApplyToJoint Method (SerializedObject)
Applies this instance to a joint.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void ApplyToJoint(
	SerializedObject joint
)

Parameters

joint
Type: SerializedObject
A SerializedObject representation of a CharacterJoint or ConfigurableJoint.
See Also