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

    Class BuildStepOrderAttribute

    Base attribute used for declaring dependencies between multiple BuildStep classes.

    Inheritance
    Object
    Attribute
    BuildStepOrderAttribute
    BuildStepRunAfterAttribute
    BuildStepRunBeforeAttribute
    Namespace: Unity.Build
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
    public abstract class BuildStepOrderAttribute : Attribute, _Attribute

    Constructors

    BuildStepOrderAttribute(Type)

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

    Properties

    DependentStep

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