Version: 2022.2
LanguageEnglish
  • C#

IndexedCollectionPropertyBag<T0,T1>

class in Unity.Properties

/

Inherits from:Unity.Properties.PropertyBag_1

/

Implemented in:UnityEngine.PropertiesModule


Implements interfaces:ICollectionPropertyBag<T0,T1>, ICollectionPropertyBagAccept<T0>, IIndexedProperties<T0>, IListPropertyAccept<T0>, IListPropertyBag<T0,T1>, IListPropertyBagAccept<T0>, IPropertyBag, IPropertyBag<T0>

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

An IPropertyBag_1 implementation for a generic collection of elements which can be accessed by index. This is based on the IList_1 interface.

Public Methods

TryGetProperty Gets the property associated with the specified index.

Protected Methods

InstantiateWithCount Implement this method to provide custom type instantiation with a count value for the container type.

Inherited Members

Properties

InstantiationKind Implement this property and return true to provide custom type instantiation for the container type.

Public Methods

Accept Accepts visitation from a specified ITypeVisitor.
CreateInstance Creates and returns a new instance of TContainer.
GetProperties Implement this method to return a PropertyCollection_1 that can enumerate through all properties for the .
TryCreateInstance Tries to create a new instance of TContainer.

Protected Methods

Instantiate Implement this method to provide custom type instantiation for the container type.