Class BuildStepAttribute
Attribute to configure various properties of a BuildStep derived type.
Inheritance
BuildStepAttribute
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class BuildStepAttribute : Attribute, _Attribute
Fields
flags
Declaration
[Obsolete("To hide a BuildStep in inspector or searcher menu, please use attribute [HideInInspector] instead. (RemovedAfter 2020-05-01)")]
public BuildStepAttribute.Flags flags
Field Value
Properties
category
Declaration
[Obsolete("category has been renamed to Category. (RemovedAfter 2020-05-01) (UnityUpgradable) -> Category")]
public string category { get; set; }
Property Value
Category
Display category name of the build step.
Declaration
public string Category { get; set; }
Property Value
description
Declaration
[Obsolete("description has been renamed to Description. (RemovedAfter 2020-05-01) (UnityUpgradable) -> Description")]
public string description { get; set; }
Property Value
Description
Display description of the build step.
Declaration
public string Description { get; set; }
Property Value
Name
Display name of the build step.
Declaration
public string Name { get; set; }
Property Value