Click or drag to resize

EditorFileSystemDirectoryGetFileType Method

Returns the file extension of the file at index idx.

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

Parameters

idx
Type: SystemInt32

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

Return Value

Type: String

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

See Also