# this[]

> Gets the HierarchyFlattenedNode at a 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 HierarchyFlattenedNode this[int index] { get; }
```

### Parameters

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

### Returns

| Type                                                                                                | Description                 |
| --------------------------------------------------------------------------------------------------- | --------------------------- |
| [HierarchyFlattenedNode](/engine/6000.7/script-reference/unity/hierarchy/hierarchyflattenednode.md) | A flattened hierarchy node. |
