Click or drag to resize

ResourceFormatSaverGetRecognizedExtensions Method

Returns the list of extensions available for saving the resource object, provided it is recognized (see Recognize(Resource)).

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

Parameters

resource
Type: GodotResource

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

Return Value

Type: String

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

See Also