Class BuildStepAttribute
Attribute to configure various properties of a BuildStep derived type.
Implements
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class BuildStepAttribute : Attribute, _Attribute
  Properties
| Name | Description | 
|---|---|
| Category | Display category name of the build step.  | 
      
| Description | Display description of the build step.  | 
      
| Name | Display name of the build step.  |