Registers the specified option category.
void RegisterOptionCategory(
string categoryKey,
string label,
OptionAccessibility accessibility = OptionAccessibility.Assembly,
bool allowResetToDefault = true
)
Parameters
- categoryKey
-
Type: string
The unique identifier for this category of options.
- label
-
Type: string
The title under which these options are grouped in the Options dialog.
- accessibility
-
Type: OptionAccessibility
The sharing scope or ownership.
- allowResetToDefault
-
Type: bool
True if options in this category can be automatically reset to their default values.
