Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Visit<TContainer, TSet, TValue>(Property<TContainer, TSet>, ref TContainer, ref TSet)

Implement this method to accept visitation for a specialized set property.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule

Visit<T, U, V>(Property<T, T>, T, T)

void Visit<TContainer, TSet, TValue>(Property<TContainer, TSet> property, ref TContainer container, ref TSet set) where TSet : ISet<TValue>

Parameters

The property being visited.

container

T
The container being visited.

set

T
The hash set value.

Remarks

This method is invoked by ISetPropertyAccept<TSet>