Click or drag to resize

ProjectSettingsSetInitialValue Method

Sets the specified property's initial value. This is the value the property reverts to.

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

Parameters

name
Type: SystemString

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

value
Type: SystemObject

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

See Also