Enum member extendsGodotBaseClass
Determine if T is a D native script (extends a Godot base class).
enum extendsGodotBaseClass(T)
= isGodotBaseClass!(typeof(T .owner));
Determine if T is a D native script (extends a Godot base class).
enum extendsGodotBaseClass(T)
= isGodotBaseClass!(typeof(T .owner));