VisitList<TContainer, TList, TElement>(Property<TContainer, TList>, ref TContainer, ref TList)
Called when visiting a specialized list property.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
VisitList<T, U, V>(Property<T, T>, T, T)
protected virtual void VisitList<TContainer, TList, TElement>(Property<TContainer, TList> property, ref TContainer container, ref TList value) where TList : IList<TElement>
Parameters
The property providing access to the list.