Click or drag to resize

ProjectSettingsSetOrder Method

Sets the order of a configuration value (influences when saved to the config file).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetOrder(
	string name,
	int position
)

Parameters

name
Type: SystemString

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

position
Type: SystemInt32

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

See Also