Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyPropertyString

Provides access to string property data.
Read time 1 minuteLast updated 11 days ago

Definition

public readonly struct HierarchyPropertyString : IEquatable<HierarchyPropertyString>, IHierarchyProperty<string>

Properties

Property

Description

IsCreatedReturns
true
if the native property is valid.

Methods

Method

Description

ClearValueRemoves the property value for a HierarchyNode.
GetValueGets the property value for the given HierarchyNode.
SetValueSets the property value for a HierarchyNode.