# this[]

> Gets the HierarchyNode at a specified index.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Hierarchy](/engine/6000.6/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 node index.

### Returns

| Type                                                                              | Description       |
| --------------------------------------------------------------------------------- | ----------------- |
| [HierarchyNode](/engine/6000.6/script-reference/unity/hierarchy/hierarchynode.md) | A hierarchy node. |
