# this[]

> Gets the child at the specified index.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Hierarchy](/engine/6000.7/script-reference/unity/hierarchy.md)
* **Assembly:** UnityEngine.HierarchyCoreModule

## this\[int]

```csharp
public ref readonly HierarchyNode this[int index] { get; }
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The children index.

### Returns

| Type                                                                              | Description               |
| --------------------------------------------------------------------------------- | ------------------------- |
| [HierarchyNode](/engine/6000.7/script-reference/unity/hierarchy/hierarchynode.md) | The child hierarchy node. |
