exportFile
exportFile(
format: Export3DFormats,
options?: ExportOptions
): Promise<void>Parameters
Description
Type
await modelApi.exportFile('FBX', {fbx: 'Binary'});Last updated
exportFile(
format: Export3DFormats,
options?: ExportOptions
): Promise<void>await modelApi.exportFile('FBX', {fbx: 'Binary'});Last updated