GLTFAsync static method

Promise<GLTFData> GLTFAsync(
  1. Scene scene,
  2. String filePrefix, [
  3. IExportOptions options
])

Implementation

external static Promise<GLTFData> GLTFAsync(Scene scene, String filePrefix, [IExportOptions options]);