UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

20 lines (14 loc) 285 B
import AABB2 from "../../../../geom/2d/aabb/AABB2.js"; export class BoxLayoutSpec { bounds = new AABB2(); /** * * @type {ConnectionLayoutSpec[]} */ connections = []; /** * * @type {boolean} */ locked = false; }