RegisterArray
Creates and registers a IPropertyBag<TContainer> for a built in array type.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
RegisterArray<T>()
Creates and registers a IPropertyBag<TContainer> for a built in array type.
public static void RegisterArray<TElement>()
Remarks
To generate AOT paths for visitors use PropertyBag.RegisterArray instead.
RegisterArray<T, U>()
Creates and registers a IPropertyBag<TContainer> for a built in array type.
public static void RegisterArray<TContainer, TElement>()
Remarks
The container is required to provide AOT code paths for PropertyVisitor.