Crosstales.OnlineCheck.Util.Config Class Reference

Configuration for the asset. More...

Static Public Member Functions

static void Reset ()
 Resets all changeable variables to their default value. More...
 
static void Load ()
 Loads the all changeable variables. More...
 
static void Save ()
 Saves the all changeable variables. More...
 

Static Public Attributes

static bool DEBUG = Constants.DEFAULT_DEBUG || Constants.DEV_DEBUG
 Enable or disable debug logging for the asset. More...
 
static bool isLoaded
 Is the configuration loaded? More...
 

Detailed Description

Configuration for the asset.

Member Function Documentation

◆ Load()

static void Crosstales.OnlineCheck.Util.Config.Load ( )
static

Loads the all changeable variables.

◆ Reset()

static void Crosstales.OnlineCheck.Util.Config.Reset ( )
static

Resets all changeable variables to their default value.

◆ Save()

static void Crosstales.OnlineCheck.Util.Config.Save ( )
static

Saves the all changeable variables.

Member Data Documentation

◆ DEBUG

bool Crosstales.OnlineCheck.Util.Config.DEBUG = Constants.DEFAULT_DEBUG || Constants.DEV_DEBUG
static

Enable or disable debug logging for the asset.

◆ isLoaded

bool Crosstales.OnlineCheck.Util.Config.isLoaded
static

Is the configuration loaded?


The documentation for this class was generated from the following file:
  • C:/Users/slaub/Unity/assets/OnlineCheck/OnlineCheckPro/Assets/Plugins/crosstales/OnlineCheck/Scripts/Util/Config.cs