Click or drag to resize
ITetrapodXTPart, TChainGetAllNodes Method

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static int GetAllNodes(
	ITetrapod<TPart, TChain> tetrapod,
	ref List<TPart> nodes
)

Parameters

tetrapod
Type: CandlelightITetrapodTPart, TChain
A ITetrapodTPart, TChain.
nodes
Type: System.Collections.GenericListTPart
A list to populate with the nodes in this IHierarchyT's definition. Some values may be .

Return Value

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