UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

17 lines 423 B
export class OctahedralDepthDebuggerWidget { update(): void; /** * * @returns {Entity} */ get entity(): Entity; /** * * @param {EntityComponentDataset} ecd * @param {Engine} engine */ build(ecd: EntityComponentDataset, engine: Engine): void; #private; } import Entity from "../../../../../ecs/Entity.js"; //# sourceMappingURL=OctahedralDepthDebuggerWidget.d.ts.map