Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

stringThe property value of the hierarchy node.