This version of Unity is unsupported.

HashSetPropertyBag<T0>

class in Unity.Properties

/

Inherits from:Unity.Properties.SetPropertyBagBase_2

/

Implemented in:UnityEngine.PropertiesModule

Description

An IPropertyBag_1 implementation for a HashSet_1 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.
TryGetProperty Gets the property associated with the specified name.

Protected Methods

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