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

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

Parameters

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

Return Value

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

Implements

IHierarchyTGetAllNodes(ListT)
See Also