Vector.godotVector

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector2 godotVector()
  2. Vector2i godotVector()
  3. Vector3 godotVector()
  4. Vector3i godotVector()
  5. Vector4 godotVector()
    struct Vector(T, size_t N)
    static if(N == 4)
    static if(isFloatingPoint!T)
    godotVector
    ()
    if (
    isNumeric!T &&
    N > 0
    )
  6. Vector4i godotVector()

Meta