GodotClass.GodotClass

Undocumented in source.
  1. alias GodotClass = T
  2. alias GodotClass = typeof(T.owner)
    template GodotClass(R)
    @nogc nothrow
    static if(!(isGodotBaseClass!T))
    static if(extendsGodotBaseClass!T)
    alias GodotClass = typeof(T.owner)

Meta