UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 373 B
/** * Compile all materials found in the dataset * @param {GraphicsEngine} graphics * @param {number} timeout * @param includeHiddenLayers * @returns {Task} */ export function compileAllMaterials({ graphics, timeout, includeHiddenLayers }: GraphicsEngine): Task; import Task from "../../../core/process/task/Task.js"; //# sourceMappingURL=compileAllMaterials.d.ts.map