Class BuildStepAttribute | Entities | 0.2.0-preview.18
docs.unity3d.com
    Show / Hide Table of Contents

    Class BuildStepAttribute

    Attribute for hiding build steps from the GUI and specifying a display name with only a Type.

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

    Fields

    category

    Optional category used to put build step in its own sub menu when selectiong from the dropdown.

    Declaration
    public string category
    Field Value
    Type Description
    String

    description

    Description name for type. If set, this will be used instead of the class name when selecting new steps in the GUI.

    Declaration
    public string description
    Field Value
    Type Description
    String

    flags

    Flags for the build step.

    Declaration
    public BuildStepAttribute.Flags flags
    Field Value
    Type Description
    BuildStepAttribute.Flags
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023