Class BuildStepAttribute
Attribute for hiding build steps from the GUI and specifying a display name with only a Type.
Namespace: Unity.Build
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class BuildStepAttribute : Attribute, _Attribute
Fields
category
Optional category used to put build step in its own sub menu when selectiong from the dropdown.
Declaration
public string category
Field Value
Type | Description |
---|---|
String |
description
Description name for type. If set, this will be used instead of the class name when selecting new steps in the GUI.
Declaration
public string description
Field Value
Type | Description |
---|---|
String |
flags
Flags for the build step.
Declaration
public BuildStepAttribute.Flags flags
Field Value
Type | Description |
---|---|
BuildStepAttribute.Flags |