UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

20 lines (16 loc) 360 B
import AABB2 from "../../../../geom/AABB2.js"; export class BoxLayoutSpec { constructor() { this.bounds = new AABB2(); /** * * @type {ConnectionLayoutSpec[]} */ this.connections = []; /** * * @type {boolean} */ this.locked = false; } }