Vector2i constructor

Vector2i({
  1. int X = 0,
  2. int Z = 0,
})

Implementation

Vector2i({this.X = 0, this.Z = 0});