Register<TContainer>(PropertyBag<TContainer>)
Registers a strongly typed PropertyBag<TContainer> for a type.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
Register<T>(PropertyBag<T>)
public static void Register<TContainer>(PropertyBag<TContainer> propertyBag)
Parameters
The PropertyBag<TContainer> to register.