Variable Mesh._vertexData

class Mesh
{
  // ...
  float[] _vertexData;
  // ...
}