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

    Class RunStepAttribute

    Attribute to configure various properties of a RunStep type.

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

    Properties

    Category

    Category name of the RunStep displayed in the searcher menu.

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

    Name

    Name of the RunStep displayed in BuildPipeline inspector, searcher menu and log console.

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