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 |
|---|---|
| T | The value associated with the specified HierarchyNode. |