Click or drag to resize

ProjectSettings Methods

The ProjectSettings type exposes the following members.

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
See Also