ExportMesh abstract method

bool ExportMesh(
  1. MeshStructType mesh,
  2. String fileName
)

Export mesh data to file, returns true on success

Implementation

bool ExportMesh(
  MeshStructType mesh,
  String fileName,
);