Click or drag to resize

EditorFileSystemDirectoryFindDirIndex Method

Returns the index of the directory with name name or -1 if not found.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.EditorFileSystemDirectory.FindDirIndex(System.String)"]

See Also