Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Gets the child at the specified index.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyCoreModule

this[int]

Warning
Deprecated. HierarchyFlattenedNodeChildren is obsolete. It has been replaced by HierarchyFlattenedChildrenEnumerable.
public ref readonly HierarchyFlattenedNode this[int index] { get; }

Parameters

index

The children index.

Returns

Type

Description

HierarchyFlattenedNodeThe child hierarchy node.