Table of Contents

Class

public static class CoreFrameworkSettings
Inheritance
object

Fields

BootScene

The name of the boot scene. Defaults to “None” if SettingsSO is not set.

public static string BootScene

Field Value

string

ErrorSize

The font size for error log messages. Defaults to 16 if SettingsSO is not set.

public static int ErrorSize

Field Value

int

InfoSize

The font size for informational log messages. Defaults to 14 if SettingsSO is not set.

public static int InfoSize

Field Value

int

ShowDebug

Flag to indicate if debugging information should be displayed. Defaults to true if SettingsSO is not set.

public static bool ShowDebug

Field Value

bool

StartScene

The name of the starting scene. Defaults to “None” if SettingsSO is not set.

public static string StartScene

Field Value

string

WarningSize

The font size for warning log messages. Defaults to 15 if SettingsSO is not set.

public static int WarningSize

Field Value

int