UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines (9 loc) 181 B
export class BlendSpaceDefinition { constructor() { /** * Axis of the blend space * @type {Array} */ this.axis = []; } }