Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ArrayPropertyBag<TElement>

An IPropertyBag<TContainer> implementation for a built in array of TElement.
Read time 1 minuteLast updated 5 days ago

Definition

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[]>

Inheritance