TryGetProperty(ref TContainer, string, out IProperty<TContainer>)
Gets the property associated with the specified name.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
TryGetProperty(T, string, IProperty<T>)
public bool TryGetProperty(ref TContainer container, string name, out IProperty<TContainer> property)
Parameters
The name of the property to get.
When this method returns, contains the property associated with the specified name, if the name is found; otherwise, null.
Returns
Type | Description |
|---|---|
| bool | |