Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPropertyBagVisitor

Interface used to receive a visitation callbacks for property bags. For more information on how to implement a property visitor by implementing this interface, including an example, refer to Create a property visitor with low-level APIs
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Interface
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public interface IPropertyBagVisitor

Methods

Method

Description

VisitImplement this method to accept visitation for a property bag and container.