Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ICollectionPropertyBagAccept<TContainer>

Interface for accepting collection property bags visitation.
Read time 1 minuteLast updated 13 days ago

Definition

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

Methods

Method

Description

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