Click or drag to resize
RagdollPartParentBody Property
Gets or sets the PhysicalBody to which Joint is attached.

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

Property Value

Type: PhysicalBody
The PhysicalBody to which Joint is attached.
See Also