Class BuildStepAttribute | Platforms | 0.2.2-preview.10
docs.unity.cn
    Show / Hide Table of Contents

    Class BuildStepAttribute

    Attribute to configure various properties of a BuildStep derived type.

    Inheritance
    Object
    Attribute
    BuildStepAttribute
    Namespace: Unity.Build
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public sealed class BuildStepAttribute : Attribute, _Attribute

    Fields

    flags

    Declaration
    [Obsolete("To hide a BuildStep in inspector or searcher menu, please use attribute [HideInInspector] instead. (RemovedAfter 2020-05-01)")]
    public BuildStepAttribute.Flags flags
    Field Value
    Type Description
    BuildStepAttribute.Flags

    Properties

    category

    Declaration
    [Obsolete("category has been renamed to Category. (RemovedAfter 2020-05-01) (UnityUpgradable) -> Category")]
    public string category { get; set; }
    Property Value
    Type Description
    String

    Category

    Display category name of the build step.

    Declaration
    public string Category { get; set; }
    Property Value
    Type Description
    String

    description

    Declaration
    [Obsolete("description has been renamed to Description. (RemovedAfter 2020-05-01) (UnityUpgradable) -> Description")]
    public string description { get; set; }
    Property Value
    Type Description
    String

    Description

    Display description of the build step.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    String

    Name

    Display name of the build step.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX