Click or drag to resize

ResourceLoaderGetRecognizedExtensionsForType Method

Returns the list of recognized extensions for a resource type.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string[] GetRecognizedExtensionsForType(
	string type
)

Parameters

type
Type: SystemString

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

Return Value

Type: String

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

See Also