Click or drag to resize

ResourceFormatSaverRecognize Method

Returns whether the given resource object can be saved by this saver.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual bool Recognize(
	Resource resource
)

Parameters

resource
Type: GodotResource

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

Return Value

Type: Boolean

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

See Also