Skip to content

Latest commit

 

History

History
executable file
·
26 lines (20 loc) · 1.89 KB

wawa.Schemas.md

File metadata and controls

executable file
·
26 lines (20 loc) · 1.89 KB

wawa.Schemas Namespace

assembly: wawa.Schemas

Contains the core functionality of the library.

namespace wawa.Schemas;

Classes

Name Summary
TweaksEditorSettings The class for holding the settings schema object used by tweaks for the mod settings.
TweaksEditorSettings.Builder The builder class for creating the settings schema object used by tweaks for the mod settings.
TweaksSetting Explicitly defines the type of listing to use for a setting.
TweaksSetting.ArrayAttribute Indicates that the field or property is a setting serialized as an array.
TweaksSetting.CheckboxAttribute Indicates that the field or property is a setting serialized as a boolean.
TweaksSetting.DropdownAttribute Indicates that the field or property is a setting serialized as one of a set of values.
TweaksSetting.HiddenAttribute Indicates that the field or property is a setting serialized as one of a set of values.
TweaksSetting.NumberAttribute Indicates that the field or property is a setting serialized as a number.
TweaksSetting.StringAttribute Indicates that the field or property is a setting serialized as a string.
TweaksSetting.SubmenuAttribute Indicates that the field or property is a setting serialized as a submenu.
TweaksSettingAttribute Indicates that the field or property is a setting for TweaksEditorSettings.