GodotTypeOf.GodotTypeOf

Undocumented in source.
  1. enum GodotTypeOf;
  2. enum GodotTypeOf;
    template GodotTypeOf(T)
    version(none)
    static if(!(extendsGodotBaseClass!T))
    static if(isGodotBaseClass!T)
    enum GodotTypeOf = GodotType(BuiltInClass(String(T._GODOT_internal_name)));
  3. enum GodotTypeOf;

Meta