Show / Hide Table of Contents

Class GeneralSettings

Contains general editor settings

Inheritance
object
GeneralSettings
Namespace: WeaverCore.Editor
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class GeneralSettings

Fields

| Edit this page View Source

CurrentGameLanguage

The current language of the unity editor

Declaration
public SupportedLanguages CurrentGameLanguage
Field Value
Type Description
SupportedLanguages
| Edit this page View Source

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 Source

Instance

Declaration
public static GeneralSettings Instance { get; }
Property Value
Type Description
GeneralSettings

Methods

| Edit this page View Source

Load()

Declaration
public static void Load()
| Edit this page View Source

Save()

Declaration
public static void Save()

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾