IndexOf(in HierarchyNode)
Gets the zero-based index of a specified node.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
IndexOf(HierarchyNode)
public int IndexOf(in HierarchyNode node)
Parameters
The hierarchy node.
Returns
Type | Description |
|---|---|
| int | A zero-based index of the node if found, -1 otherwise. |