Accept<TContainer>(IDictionaryPropertyVisitor, Property<TContainer, TDictionary>, ref TContainer, ref TDictionary)
Call this method to invoke IDictionaryPropertyVisitor.Visit.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
Accept<T>(IDictionaryPropertyVisitor, Property<T, T>, T, T)
void Accept<TContainer>(IDictionaryPropertyVisitor visitor, Property<TContainer, TDictionary> property, ref TContainer container, ref TDictionary dictionary)
Parameters
The visitor being run.
The property being visited.
Remarks
This method is used to join the container, the key and the value type.