HierarchyPropertyString
Provides access to string property data.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Struct
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
- Implements: IEquatable<HierarchyPropertyString>, IHierarchyProperty<string>
public readonly struct HierarchyPropertyString : IEquatable<HierarchyPropertyString>, IHierarchyProperty<string>
Properties
Property | Description |
|---|---|
| IsCreated | Returns |
Methods
Method | 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. |