Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IListPropertyBagAccept<TContainer>

Interface for accepting list property bags visitation.
Read time 1 minuteLast updated 10 days ago

Definition

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

Methods

Method

Description

AcceptCall this method to invoke IListPropertyBagVisitor.Visit with the strongly typed container.