AddProperty<TValue>(Property<TContainer, TValue>)
Adds a Property<TContainer, TValue> to the property bag.
Read time 1 minuteLast updated 13 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.