Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyPropertyUnmanaged<T>

Provides strongly typed access to unmanaged property data.
Read time 1 minuteLast updated 12 days ago

Definition

public readonly struct HierarchyPropertyUnmanaged<T> : IEquatable<HierarchyPropertyUnmanaged<T>>, IHierarchyProperty<T> where T : unmanaged

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.