DTypeOf.DTypeOf

Undocumented in source.
  1. alias DTypeOf = Variant.DType[get!(Variant.Type)(t)]
    template DTypeOf(GodotType t)
    static if(t.isCategory!(Variant.Type))
    alias DTypeOf = Variant.DType[get!(Variant.Type)(t)]
  2. alias DTypeOf(C t) = DTypeOf!(GodotType(t))

Meta