UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 212 B
export class BlendSpace { /** * * @type {null} */ def: any; /** * * @type {BlendSpacePoint[]} */ points: BlendSpacePoint[]; } //# sourceMappingURL=BlendSpace.d.ts.map