ExportMeshAsCode method

bool ExportMeshAsCode(
  1. MeshC mesh,
  2. Pointer<Char> fileName
)

Export mesh as code file (.h) defining multiple arrays of vertex attributes

Implementation

bool ExportMeshAsCode(MeshC mesh, Pointer<Char> fileName)
  => _ExportMeshAsCode(mesh, fileName);