UNPKG

babylon-mmd

Version:
12 lines (11 loc) 357 B
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; }