Enum member isGodotBaseClass
Determine if T is a class originally from the Godot Engine (but *not* a new D class registered to Godot).
enum isGodotBaseClass(T)
= hasUDA!(T, GodotBaseClass);
Determine if T is a class originally from the Godot Engine (but *not* a new D class registered to Godot).
enum isGodotBaseClass(T)
= hasUDA!(T, GodotBaseClass);