Click or drag to resize

EditorFileDialogSetDisableOverwriteWarning Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.EditorFileDialog.SetDisableOverwriteWarning(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDisableOverwriteWarning is deprecated. Use the DisableOverwriteWarning property instead.")]
public void SetDisableOverwriteWarning(
	bool disable
)

Parameters

disable
Type: SystemBoolean

[Missing <param name="disable"/> documentation for "M:Godot.EditorFileDialog.SetDisableOverwriteWarning(System.Boolean)"]

See Also