 | IHierarchyXTInsertRootIntoNodesAndUpdateStatus Method |
Inserts the root into the list of nodes and updates the status of the list of nodes as needed.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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:
Int32The status of the list of nodes.
See Also