Click or drag to resize

EditorFileDialogDisableOverwriteWarning Property

If true, the EditorFileDialog will not warn the user before overwriting files.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public bool DisableOverwriteWarning { get; set; }

Property Value

Type: Boolean
See Also