Click or drag to resize

EditorSettingsGetProjectSettingsDir Method

Returns the project-specific settings path. Projects all have a unique subdirectory inside the settings path where project-specific settings are saved.

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

Return Value

Type: String

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

See Also