ProjectSettingsSave Method |
Saves the configuration to the project.godot file.
Note: This method is intended to be used by editor plugins, as modified ProjectSettings can't be loaded back in the running app. If you want to change project settings in exported projects, use SaveCustom(String) to save override.cfg file.
Namespace: Godot
public static Error Save()
[Missing <returns> documentation for "M:Godot.ProjectSettings.Save"]