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