Click or drag to resize
PhysicalBodyGetChildParts Method
Gets the child parts. These parts will include only RagdollPart objects registered with CacheChild(RagdollPart) and whose ParentBody is this PhysicalBody.

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

Parameters

children
Type: System.Collections.GenericListRagdollPart
A list of RagdollPart to populate.
See Also