Click or drag to resize

ProjectSettings Class

Represents engine project settings.
Inheritance Hierarchy
SystemObject
  NeoAxisProjectSettings

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static class ProjectSettings

The ProjectSettings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberFileName
Public propertyStatic memberGet
Gets instance of the settings.
Top
Methods
  NameDescription
Public methodStatic memberReadParameterDirectly
Reads a value from \"ProjectSettings.component\" without loading it as component. The method can be used to load data before engine initialized.
Public methodStatic memberReadParameterDirectlyByRealPath
Reads a value from \"ProjectSettings.component\" without loading it as component. The method can be used to load data before engine initialized.
Public methodStatic memberReadParametersDirectly
Reads a set of values from \"ProjectSettings.component\" without loading it as component. The method can be used to load data before engine initialized.
Public methodStatic memberReadParametersDirectlyByRealPath
Reads a set of values from \"ProjectSettings.component\" without loading it as component. The method can be used to load data before engine initialized.
Public methodStatic memberSaveToFileAndUpdate
Public methodStatic memberWriteDefaultProjectSettingsFile
Top
Fields
  NameDescription
Public fieldStatic memberDefaultThemeWhenNoFile
Top
See Also