Click or drag to resize

ProjectSettingsReadParameterDirectlyByRealPath Method

Reads a value from \"ProjectSettings.component\" without loading it as component. The method can be used to load data before engine initialized.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static string ReadParameterDirectlyByRealPath(
	string settingsRealFilePath,
	string pageName,
	string parameter,
	string defaultValue
)

Parameters

settingsRealFilePath
Type: SystemString
pageName
Type: SystemString
parameter
Type: SystemString
defaultValue
Type: SystemString

Return Value

Type: String
See Also