Click or drag to resize

EditorSettingsErase Method

Erases the setting whose name is specified by property.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void Erase(
	string property
)

Parameters

property
Type: SystemString

[Missing <param name="property"/> documentation for "M:Godot.EditorSettings.Erase(System.String)"]

See Also