Click or drag to resize

ProjectSettingsReadParameterDirectly 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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static string ReadParameterDirectly(
	string pageName,
	string parameter,
	string defaultValue
)

Parameters

pageName  String
 
parameter  String
 
defaultValue  String
 

Return Value

String
See Also