s&box docs

public class Sandbox.FeatureAttribute : System.Attribute

Sets the category or the group of a type or a type member. This info can then be retrieved via DisplayInfo library.

Constructors

Showing 1 constructors

Properties

Showing 5 properties

public string Sandbox.FeatureAttribute.Description { get; set; }

The description of the feature

public string Sandbox.FeatureAttribute.Icon { get; set; }

Icon to show next to the feature

public string Sandbox.FeatureAttribute.Identifier { get; set; }

How we will group features together

public Sandbox.EditorTint Sandbox.FeatureAttribute.Tint { get; set; }

The color of the feature button. Helps group things, helps things to stand out. Defaults to white.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.FeatureAttribute

On this page