UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 223 B
export type SoundAttenuationFunction = number; export namespace SoundAttenuationFunction { let Linear: number; let Logarithmic: number; let Smith: number; } //# sourceMappingURL=SoundAttenuationFunction.d.ts.map