UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 247 B
export class BlendSpacePoint { /** * Vector in the blend space * @type {number[]} */ position: number[]; /** * * @type {BlendState} */ state: BlendState; } //# sourceMappingURL=BlendSpacePoint.d.ts.map