Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IndexOf(in HierarchyNode)

Gets the zero-based index of a specified node.
Read time 1 minuteLast updated 10 days ago

Definition

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

IndexOf(HierarchyNode)

public int IndexOf(in HierarchyNode node)

Parameters

The hierarchy node.

Returns

Type

Description

intA zero-based index of the node if found, -1 otherwise.