Click or drag to resize
IHierarchyXTInsertRootIntoNodesAndUpdateStatus Method
Inserts the root into the list of nodes and updates the status of the list of nodes as needed.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static int InsertRootIntoNodesAndUpdateStatus(
	IHierarchy<T> hierarchy,
	List<T> nodes,
	int nodesStatus
)

Parameters

hierarchy
Type: CandlelightIHierarchyT
Hierarchy.
nodes
Type: System.Collections.GenericListT
The list of nodes to update.
nodesStatus
Type: SystemInt32
The current status of the list of nodes.

Return Value

Type: Int32
The status of the list of nodes.
See Also