Visit<TList, TElement>(IListPropertyBag<TList, TElement>, ref TList)
Implement this method to accept visitation for a collection of properties.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
Visit<T, U>(IListPropertyBag<T, T>, T)
void Visit<TList, TElement>(IListPropertyBag<TList, TElement> properties, ref TList container) where TList : IList<TElement>
Parameters
The properties of the container.
Remarks
This method is invoked by IListPropertyBagAccept<TContainer>.Accept.