Visit<TContainer, TValue>(Property<TContainer, TValue>, ref TContainer)
Implement this method to accept visitation for a specific property.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
Visit<T, U>(Property<T, T>, T)
void Visit<TContainer, TValue>(Property<TContainer, TValue> property, ref TContainer container)
Parameters
Remarks
This method is invoked by IPropertyAccept<TContainer>