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