class in Unity.Properties
/
Implemented in:UnityEngine.PropertiesModule
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.
Options | Options used for additional filtering. |
Type | The interface type to generate property bags for. |
GeneratePropertyBagsForTypesQualifiedWithAttribute | Initializes a new instance of the GeneratePropertyBagsForTypesQualifiedWithAttribute attribute. |