ArrayPropertyBag<TElement>
An IPropertyBag<TContainer> implementation for a built in array of TElement.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
- Inherits from: IndexedCollectionPropertyBag<<TElement>[], T>
- Implements: IListPropertyBag<<TElement>[], T>, ICollectionPropertyBag<<TElement>[], T>, IPropertyBag<<TElement>[]>, IPropertyBag, ICollectionPropertyBagAccept<<TElement>[]>, IListPropertyBagAccept<<TElement>[]>, IListPropertyAccept<<TElement>[]>, IIndexedProperties<<TElement>[]>
public sealed class ArrayPropertyBag<TElement> : IndexedCollectionPropertyBag<TElement[], TElement>, IListPropertyBag<TElement[], TElement>, ICollectionPropertyBag<TElement[], TElement>, IPropertyBag<TElement[]>, IPropertyBag, ICollectionPropertyBagAccept<TElement[]>, IListPropertyBagAccept<TElement[]>, IListPropertyAccept<TElement[]>, IIndexedProperties<TElement[]>