GetChildIndex(in HierarchyNode)
Gets the index of a hierarchy node in its parent's children list.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
GetChildIndex(HierarchyNode)
public int GetChildIndex(in HierarchyNode node)
Parameters
The hierarchy node.
Returns
Type | Description |
|---|---|
| int | The node index, or -1 if invalid. |