babylon-mmd
Version:
babylon.js mmd loader and runtime
12 lines (11 loc) • 357 B
TypeScript
import type { IMmdWasmInstanceType, MmdWasmType } from "../mmdWasmInstance";
/**
* Singlethreaded debug build MmdWasmInstanceType with integrated bullet physics
*
* Requirements for use:
*
* - Browser that supports WebAssembly
*/
export declare class MmdWasmInstanceTypeSPD implements IMmdWasmInstanceType {
getWasmInstanceInner(): MmdWasmType;
}