Visit<TContainer, TCollection, TElement>(Property<TContainer, TCollection>, ref TContainer, ref TCollection)
Implement this method to accept visitation for a specialized collection property.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
Visit<T, U, V>(Property<T, T>, T, T)
void Visit<TContainer, TCollection, TElement>(Property<TContainer, TCollection> property, ref TContainer container, ref TCollection collection) where TCollection : ICollection<TElement>
Parameters
The property being visited.
Remarks
This method is invoked by ICollectionPropertyAccept<TCollection>