@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
11 lines • 460 B
TypeScript
export class SilentSoundMaterial extends AbstractSoundMaterialDefinition {
computeInteractionSounds(destination: any, destination_offset: any, interaction: any): number;
toJSON(): {};
fromJSON(): void;
}
export namespace SilentSoundMaterial {
let typeName: string;
let INSTANCE: SilentSoundMaterial;
}
import { AbstractSoundMaterialDefinition } from "../AbstractSoundMaterialDefinition.js";
//# sourceMappingURL=SilentSoundMaterial.d.ts.map