Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

HierarchyPropertyString

struct in Unity.Hierarchy

/

Implemented in:UnityEngine.HierarchyCoreModule


Implements interfaces:IHierarchyProperty<T0>

Description

Provides access to string property data.

Properties

IsCreated Returns true if the native property is valid.

Public Methods

ClearValue Removes the property value for a HierarchyNode.
GetValue Gets the property value for the given HierarchyNode.
SetValue Sets the property value for a HierarchyNode.