UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

14 lines 414 B
/** * @template T */ export class SoundMaterialSurfaceDetector<T> { /** * * @param {T} thing * @param {Vector3} point * @param {SoundMaterialInteractionType} interaction * @returns {SoundAssetPlaybackSpec[]} */ detect(thing: T, point: Vector3, interaction: SoundMaterialInteractionType): SoundAssetPlaybackSpec[]; } //# sourceMappingURL=SoundMaterialSurfaceDetector.d.ts.map