Variable Mesh._vertexCount

class Mesh
{
  // ...
  int _vertexCount;
  // ...
}