Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

The property being visited.

container

T
The container being visited.

Remarks

This method is invoked by IPropertyAccept<TContainer>