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

    Class BuildStepRunAfterAttribute

    Attribute that can be added to a BuildStep class to declare which other steps must be run before that build step.

    Inheritance
    Object
    Attribute
    BuildStepOrderAttribute
    BuildStepRunAfterAttribute
    Inherited Members
    BuildStepOrderAttribute.DependentStep
    Namespace: Unity.Build
    Syntax
    public sealed class BuildStepRunAfterAttribute : BuildStepOrderAttribute, _Attribute

    Constructors

    BuildStepRunAfterAttribute(Type)

    Declaration
    public BuildStepRunAfterAttribute(Type type)
    Parameters
    Type Name Description
    Type type

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX