GetValue(in HierarchyNode)
Gets the property value for the given HierarchyNode.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
GetValue(HierarchyNode)
public string GetValue(in HierarchyNode node)
Parameters
The hierarchy node.
Returns
Type | Description |
|---|---|
| string | The property value of the hierarchy node. |