Variable MeshPart._indexData

class MeshPart
{
  // ...
  ushort[] _indexData;
  // ...
}