Click or drag to resize
TetrapodRagdollAnimatorGetAllNodes Method
Gets all nodes in this TetrapodRagdollAnimator's definition, with the most basal parts sorted first.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public override int GetAllNodes(
	ref List<Transform> nodes
)

Parameters

nodes
Type: System.Collections.GenericListTransform
A list to populate with the nodes in this TetrapodRagdollAnimator's definition. Some values may be .

Return Value

Type: Int32
A bit field of HierarchyStatusCodes for the hierarchy.

Implements

IHierarchyTGetAllNodes(ListT)
IHierarchyTGetAllNodes(ListT)
See Also