HierarchyPropertyUnmanaged<T>
Provides strongly typed access to unmanaged property data.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
- Implements: IEquatable<HierarchyPropertyUnmanaged<T>>, IHierarchyProperty<T>
public readonly struct HierarchyPropertyUnmanaged<T> : IEquatable<HierarchyPropertyUnmanaged<T>>, IHierarchyProperty<T> where T : unmanaged
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. |