Click or drag to resize

EditorSettingsGetSettingsDir Method

Gets the global settings path for the engine. Inside this path, you can find some standard paths such as:

settings/tmp - Used for temporary storage of files

settings/templates - Where export templates are located

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.EditorSettings.GetSettingsDir"]

See Also