Click or drag to resize
PhysicalBodyGetPhysicalHierarchy Method
Gets the physical hierarchy. These parts will include this PhysicalBody as well as RagdollPart objects registered with CacheChild(RagdollPart) whose ParentBody is this PhysicalBody, as well as their hierarchies.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void GetPhysicalHierarchy(
	ref List<PhysicalBody> hierarchy
)

Parameters

hierarchy
Type: System.Collections.GenericListPhysicalBody
List to populate.
See Also