API Referenceglobal
public class GroupAttribute : 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 GroupAttribute(string value)
No results match this filter.
Properties
Showing 3 properties
public string GroupAttribute.Icon { get; set; }
public bool GroupAttribute.StartFolded { get; set; }
If true then the group should start closed
public virtual sealed string GroupAttribute.Value { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:GroupAttribute |