Click or drag to resize
RagdollPartSetJointTargetRotation Method
Sets the ConfigurableJoint.targetRotation property by transforming the supplied local rotation.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void SetJointTargetRotation(
	Quaternion localRotation
)

Parameters

localRotation
Type: Quaternion
Target local rotation.
See Also