GodotClass.GodotClass

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

Meta