Click or drag to resize

EditorResourcePreviewGeneratorHandles Method

Returns true if your generator supports the resource of type type.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual bool Handles(
	string type
)

Parameters

type
Type: SystemString

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

Return Value

Type: Boolean

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

See Also