API ReferenceSandbox
FeatureAttributeclass
Sets the category or the group of a type or a type member. This info can then be retrieved via DisplayInfo library.
Constructors1
Showing 1 constructors
public FeatureAttribute(string value)
| Parameter | Type | Description |
|---|---|---|
| value | string | — |
No results match this filter.
Properties5
Showing 5 properties
public string Sandbox.FeatureAttribute.Description { get; set; }
The description of the feature
Returns:
string—public string Sandbox.FeatureAttribute.Icon { get; set; }
Icon to show next to the feature
Returns:
string—public string Sandbox.FeatureAttribute.Identifier { get; set; }
How we will group features together
Returns:
string—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!
Returns:
string—No results match this filter.