Click or drag to resize

ProjectSettingsSetSetting Method

Sets the value of a setting.

Example:

ProjectSettings.set_setting("application/config/name", "Example")

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetSetting(
	string name,
	Object value
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.ProjectSettings.SetSetting(System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Godot.ProjectSettings.SetSetting(System.String,System.Object)"]

See Also