Class BuildStepOrderAttribute
Base attribute used for declaring dependencies between multiple BuildStep classes.
Implements
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public abstract class BuildStepOrderAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
BuildStepOrderAttribute(Type) |
Properties
Name | Description |
---|---|
DependentStep |