AddProperty<TValue>(Property<TContainer, TValue>)
Adds a Property<TContainer, TValue> to the property bag.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
AddProperty<T>(Property<T, T>)
protected void AddProperty<TValue>(Property<TContainer, TValue> property)
Parameters
The Property<TContainer, TValue> to add.