Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IVisitPropertyAdapter<TContainer, TValue>

Implement this interface to intercept the visitation for a specific TContainer and TValue pair.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Interface
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public interface IVisitPropertyAdapter<TContainer, TValue> : IPropertyVisitorAdapter

Remarks