Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetChildIndex(in HierarchyNode)

Gets the index of a hierarchy node in its parent's children list.
Read time 1 minuteLast updated 11 days ago

Definition

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

GetChildIndex(HierarchyNode)

public int GetChildIndex(in HierarchyNode node)

Parameters

The hierarchy node.

Returns

Type

Description

intThe node index, or -1 if invalid.