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