Class Group
- Namespace
- ConfigurableWarning.API.Attributes
- Assembly
- RedstoneWizard08.ContentLibrary.dll
Registers any contained options as a part of this category.
[MeansImplicitUse]
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class Group : Attribute
- Inheritance
-
Group
- Inherited Members
Constructors
Group(string)
Registers any contained options as a part of this category.
public Group(string category)
Parameters
category
stringThe category to register to.
Group(string, string)
Registers any contained options as a part of this category, overriding the parent's tab.
public Group(string tab, string category)
Parameters
Fields
Category
The category.
public readonly string Category
Field Value
Tab
The tab. If this is null, it will default to the parent's tab.
public readonly string? Tab