This version of Unity is unsupported.

GeneratePropertyBagsForTypesQualifiedWithAttribute

class in Unity.Properties

/

Implemented in:UnityEngine.PropertiesModule

Description

Use this attribute to have the properties source generator generate property bags for types implementing the specified interface.

If you need to generate a property bag for a specific type use GeneratePropertyBagsForTypeAttribute.

Properties

Options Options used for additional filtering.
Type The interface type to generate property bags for.

Constructors

GeneratePropertyBagsForTypesQualifiedWithAttribute Initializes a new instance of the GeneratePropertyBagsForTypesQualifiedWithAttribute attribute.