API ReferenceSandbox
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
public FeatureAttribute(string value)
No results match this filter.
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.
public string Sandbox.FeatureAttribute.Title { get; set; }
Title of the feature. Keep it short please!
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.FeatureAttribute |