MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / setEmitterTransform

Method setEmitterTransform

src/engine/AudioEngine.cpp:252–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250void Xaudio2Effect::stop() { pause(); (const_cast<Xaudio2Effect *>(this))->stopped = true; }
251void Xaudio2Effect::setPan(float pan) { if (sample) applyPan(pan, voice, sample->nchannels); }
252bool Xaudio2Effect::setEmitterTransform(donut::math::affine3 const & transform) { return false; }
253void Xaudio2Effect::setEffectCallback(EffectCallback const & cb) { callback = cb; }
254
255float Xaudio2Effect::played()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected