ProjectSettingsReadParametersDirectly Method |
Reads a set of values from \"ProjectSettings.component\" without loading it as component. The method can be used to load data before engine initialized.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static string[] ReadParametersDirectly(
string pageName,
string[] parameters,
string[] defaultValues
)
Parameters
- pageName String
-
- parameters String
-
- defaultValues String
-
Return Value
String
See Also