Table of Contents

Class CeresSettings

Namespace
Ceres.Editor
Assembly
Ceres.Editor.dll
[BaseConfig]
public class CeresSettings : ConfigSingleton<CeresSettings>
Inheritance
CeresSettings
Inherited Members

Constructors

CeresSettings()

public CeresSettings()

Fields

configSerializer

public SerializedType<ISerializeFormatter> configSerializer

Field Value

SerializedType<ISerializeFormatter>

dataTableEditorSerializer

public SerializedType<IDataTableEditorSerializer> dataTableEditorSerializer

Field Value

SerializedType<IDataTableEditorSerializer>

initializeDataTableManagerOnLoad

public bool initializeDataTableManagerOnLoad

Field Value

bool

inlineRowReadOnly

public bool inlineRowReadOnly

Field Value

bool

modules

public SerializedType<RuntimeModule>[] modules

Field Value

SerializedType<RuntimeModule>[]

password

public string password

Field Value

string

schedulerStackTrace

public bool schedulerStackTrace

Field Value

bool

validateDataTableBeforeLoad

public bool validateDataTableBeforeLoad

Field Value

bool