Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IDictionaryPropertyBagAccept<TContainer>

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

Definition

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

Methods

Method

Description

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