IPropertyBag<TContainer>
Base typed interface for implementing property bags.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Interface
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public interface IPropertyBag<TContainer> : IPropertyBag
Methods
Method | Description |
|---|---|
| Accept | Call this method to invoke Visit_1 with the strongly typed container. |
| CreateInstance | Creates and returns a new instance of TContainer. |
| GetProperties | Returns an enumerator that iterates through all static properties for the type. |
| TryCreateInstance | Tries to create a new instance of TContainer. |