Mesh.addPart - multiple declarations

Function Mesh.addPart

MeshPart addPart(
  MeshPart meshPart
);

Function Mesh.addPart

MeshPart addPart(
  PrimitiveType type,
  ushort[] indexes
);