GeneratePropertyBagsForTypesQualifiedWithAttribute
Use this attribute to have the properties source generator generate property bags for types implementing the specified interface.
Read time 3 minutesLast updated 12 days ago
Definition
- Type: Class
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
- Inherits from: Attribute
- Implements: _Attribute
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]public class GeneratePropertyBagsForTypesQualifiedWithAttribute : Attribute, _Attribute
Remarks
If you need to generate a property bag for a specific type use GeneratePropertyBagsForTypeAttribute.
Constructors
Constructor | Description |
|---|---|
| GeneratePropertyBagsForTypesQualifiedWithAttribute(System.Type,Unity.Properties.TypeGenerationOptions) | Initializes a new instance of the GeneratePropertyBagsForTypesQualifiedWithAttribute attribute. |
Properties
Property | Description |
|---|---|
| Options | Options used for additional filtering. |
| Type | The interface type to generate property bags for. |