UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 255 B
export class BoneMapping { mapping: any[]; /** * * @param {string[]} names */ build(names: string[]): void; /** * @param {Bone[]} bones */ apply(bones: Bone[]): void; } //# sourceMappingURL=BoneMapping.d.ts.map