Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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.

container

T
The container being visited.

Remarks