Api Sandbox FeatureAttribute
class

FeatureAttribute

public class FeatureAttribute : Attribute

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

Constructors

FeatureAttribute(String value)

Properties

Name Type Description
Identifier String How we will group features together
Title String Title of the feature. Keep it short please!
Description String The description of the feature
Icon String Icon to show next to the feature
Tint EditorTint The color of the feature button. Helps group things, helps things to stand out. Defaults to white.
Assembly: Sandbox.System Namespace: Sandbox Full Name: Sandbox.FeatureAttribute