IDictionaryPropertyBagAccept<TContainer>
Interface for accepting list property bags visitation.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Interface
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public interface IDictionaryPropertyBagAccept<TContainer>
Methods
Method | Description |
|---|---|
| Accept | Call this method to invoke Visit{TDictionary, TKey, TValue} with the strongly typed container. |