Click or drag to resize
PhysicalBodyCacheChild Method
Adds the specified RagdollPart to the list of cached children. It will only be returned as an actual child if its ParentBody property is this PhysicalBody.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void CacheChild(
	RagdollPart part
)

Parameters

part
Type: Candlelight.PhysicsRagdollPart
A RagdollPart.
See Also