UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

16 lines 285 B
export class Connection { constructor(source: any, target: any); source: any; target: any; /** * * @type {Vector2[]} */ points: Vector2[]; /** * * @return {number} */ length(): number; } //# sourceMappingURL=Connection.d.ts.map