Class RunStepAttribute
Attribute to configure various properties of a RunStep type.
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 |