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