Click or drag to resize

ClassDBClassExists Method

Returns whether the specified class is available or not.

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

Parameters

class
Type: SystemString

[Missing <param name="class"/> documentation for "M:Godot.ClassDB.ClassExists(System.String)"]

Return Value

Type: Boolean

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

See Also