Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

IHierarchyProperty<T0>

interface in Unity.Hierarchy

Description

An interface that is used to access strongly typed node data.

Properties

Description
IsCreated Returns true if the native property is valid.

Public Methods

Description
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.