Click or drag to resize

ResourceSaverGetRecognizedExtensions Method

Returns the list of extensions available for saving a resource of a given type.

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

Parameters

type
Type: GodotResource

[Missing <param name="type"/> documentation for "M:Godot.ResourceSaver.GetRecognizedExtensions(Godot.Resource)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.ResourceSaver.GetRecognizedExtensions(Godot.Resource)"]

See Also