docs.unity.cn
    Show / Hide Table of Contents

    Class GeneratePropertyBagsForTypesQualifiedWithAttribute

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

    Inheritance
    Object
    GeneratePropertyBagsForTypesQualifiedWithAttribute
    Namespace: Unity.Properties
    Syntax
    public class GeneratePropertyBagsForTypesQualifiedWithAttribute : Attribute
    Remarks

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

    Constructors

    GeneratePropertyBagsForTypesQualifiedWithAttribute(Type, TypeOptions)

    Initializes a new instance of the GeneratePropertyBagsForTypesQualifiedWithAttribute attribute.

    Declaration
    public GeneratePropertyBagsForTypesQualifiedWithAttribute(Type type, TypeOptions options = default(TypeOptions))
    Parameters
    Type Name Description
    Type type

    The interface type to generate property bags for.

    TypeOptions options

    Additional type filtering options.

    Fields

    Options

    Options used for additional filtering.

    Declaration
    public readonly TypeOptions Options
    Field Value
    Type Description
    TypeOptions

    Type

    The interface type to generate property bags for.

    Declaration
    public readonly Type Type
    Field Value
    Type Description
    Type
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, January 26, 2022
    Terms of use