Variable Vector3.y

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