Click or drag to resize

EditorSettingsSetFavorites Method

Sets the list of favorite files and directories for this project.

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

Parameters

dirs
Type: SystemString

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

See Also