UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

15 lines 317 B
export class BoxLayoutSpec { bounds: AABB2; /** * * @type {ConnectionLayoutSpec[]} */ connections: ConnectionLayoutSpec[]; /** * * @type {boolean} */ locked: boolean; } import AABB2 from "../../../../geom/2d/aabb/AABB2.js"; //# sourceMappingURL=BoxLayoutSpec.d.ts.map