VisitPath<TContainer, TValue>(Property<TContainer, TValue>, ref TContainer, ref TValue)
Method called when the visitor has successfully visited the provided path.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
VisitPath<T, U>(Property<T, T>, T, T)
protected virtual void VisitPath<TContainer, TValue>(Property<TContainer, TValue> property, ref TContainer container, ref TValue value)