Class GeneralSettings
Contains general editor settings
Namespace: WeaverCore.Editor
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class GeneralSettings
Fields
| Edit this page View SourceCurrentGameLanguage
The current language of the unity editor
Declaration
public SupportedLanguages CurrentGameLanguage
Field Value
Type | Description |
---|---|
SupportedLanguages |
DisableGameFreezing
Disables the Freezing effect that occurs when taking damage or parrying an attack in the editor
Declaration
public bool DisableGameFreezing
Field Value
Type | Description |
---|---|
bool |
Properties
| Edit this page View SourceInstance
Declaration
public static GeneralSettings Instance { get; }
Property Value
Type | Description |
---|---|
GeneralSettings |
Methods
| Edit this page View SourceLoad()
Declaration
public static void Load()
Save()
Declaration
public static void Save()