GetValue(ref TContainer)
Returns the property value of a specified container.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
GetValue(T)
object GetValue(ref TContainer container)
Parameters
Returns
Type | Description |
|---|---|
| Object | The property value of the given container. |