UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

16 lines (14 loc) 252 B
export class BlendSpace { constructor() { /** * * @type {null} */ this.def = null; /** * * @type {BlendSpacePoint[]} */ this.points = []; } }