GodotObject.isClass

Returns true if the object inherits from the given class.

struct GodotObject
@nogc nothrow const
bool
isClass
(
in String _class
)

Meta