Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

[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

Properties

Property

Description

OptionsOptions used for additional filtering.
TypeThe interface type to generate property bags for.

Inheritance

Inherited Members