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