IIndexedProperties<TContainer>
This interface provides access to an IProperty<TContainer> of a IPropertyBag<TContainer> by index.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Interface
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public interface IIndexedProperties<TContainer>
Methods
Method | Description |
|---|---|
| TryGetProperty | Gets the property associated with the specified index. |