Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ICollectionPropertyBag<TCollection, TElement>

Base untyped interface for implementing collection based property bags.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Interface
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public interface ICollectionPropertyBag<TCollection, TElement> : IPropertyBag<TCollection>, IPropertyBag, ICollectionPropertyBagAccept<TCollection> where TCollection : ICollection<TElement>

Inheritance