Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


this[]

Gets or sets the value associated with the specified HierarchyNode.
Read time 1 minuteLast updated 13 days ago

Definition

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

this[HierarchyNode]

public T this[in HierarchyNode node] { get; set; }

Parameters

The hierarchy node.

Returns

Type

Description

TThe value associated with the specified HierarchyNode.