Constructor UserSettingAttribute
UserSettingAttribute()
Register a static field as a setting. Field must be of a type implementing IUserSetting.
Declaration
public UserSettingAttribute()
UserSettingAttribute(string, string, string)
Register a static field as a setting and create an entry in the UI. Field must be of a type implementing IUserSetting.
Declaration
public UserSettingAttribute(string category, string title, string tooltip = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | category | |
| string | title | |
| string | tooltip |