Click or drag to resize

GDTypeExists Method

[Missing <summary> documentation for "M:Godot.GD.TypeExists(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool TypeExists(
	string type
)

Parameters

type
Type: SystemString

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

Return Value

Type: Boolean

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

See Also