Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VisitDictionary<TContainer, TDictionary, TKey, TValue>(Property<TContainer, TDictionary>, ref TContainer, ref TDictionary)

Called when visiting a specialized dictionary property.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule

VisitDictionary<T, U, V, W>(Property<T, T>, T, T)

protected virtual void VisitDictionary<TContainer, TDictionary, TKey, TValue>(Property<TContainer, TDictionary> property, ref TContainer container, ref TDictionary value) where TDictionary : IDictionary<TKey, TValue>

Parameters

The property providing access to the dictionary.

container

T
The container being visited.

value

T
The dictionary being visited.