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