this[]
Gets the HierarchyNode at a specified index.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
this[int]
public ref readonly HierarchyNode this[int index] { get; }
Parameters
The node index.
Returns
Type | Description |
|---|---|
| HierarchyNode | A hierarchy node. |