Click or drag to resize

ObjectIsClass Method

Returns true if the object inherits from the given class.

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

Parameters

class
Type: SystemString

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

Return Value

Type: Boolean

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

See Also