Constructor UserSettingBlockAttribute
UserSettingBlockAttribute(string)
Register a static method for a callback in the UserSettingsProvider editor under a category.
[UserSettingBlock("General")]
static void GeneralSettings(string[] searchContext) {}
Declaration
public UserSettingBlockAttribute(string category)
Parameters
Type | Name | Description |
---|---|---|
string | category | The title of the group of settings that this setting will be shown under. |