Variable Vector2.y

struct Vector2
{
  // ...
  float y = 0.00000F;
  // ...
}