Configuration
Default Values
Moss offers some default values like for theming or for drawing. You can access it via the Defaults
class. Each type of default value has their corresponding method:
Custom Configurations
The SDK provides two ways of configuration. You can use the moss way with a simple json like this:
or you can use a custom configuration file:
Important
Configurations can only be set the moss way with MossConfig.Set
.
Last updated
Was this helpful?