Click or drag to resize

EditorSettingsSetRecentDirs Method

Sets the list of recently visited folders in the file dialog for this project.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public void SetRecentDirs(
	string[] dirs
)

Parameters

dirs
Type: SystemString

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

See Also