Click or drag to resize

EditorInterfaceSelectFile Method

Selects the file, with the path provided by file, in the FileSystem dock.

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

Parameters

file
Type: SystemString

[Missing <param name="file"/> documentation for "M:Godot.EditorInterface.SelectFile(System.String)"]

See Also