Class UserSettingBlockAttribute
UserSettingBlock allows you add a section of settings to a category.
Implements
Inherited Members
Namespace: UnityEditor .SettingsManagement
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class UserSettingBlockAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
User |
Register a static method for a callback in the UserSettingsProvider editor under a category.
|
Properties
Name | Description |
---|---|
category | Settings that are automatically scraped from assemblies are displayed in groups, organized by category. |