Click or drag to resize
RagdollPartJoint Property
Gets or sets the ConfigurableJoint on this object.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public ConfigurableJoint Joint { get; set; }

Property Value

Type: ConfigurableJoint
The ConfigurableJoint on this object.
See Also