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