Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPropertyAccept<TContainer>

Interface for accepting property visitation.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Interface
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public interface IPropertyAccept<TContainer>

Methods

Method

Description

AcceptCall this method to invoke IPropertyVisitor.Visit with the strongly typed container and value.