MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setPitch

Method setPitch

Engine/source/sfx/sfxSource.h:560–560  ·  view source on GitHub ↗

Sets the source pitch scale.

Source from the content-addressed store, hash-verified

558
559 /// Sets the source pitch scale.
560 void setPitch( F32 pitch ) { _setPitch( pitch ); mFlags.set( CustomPitchFlag ); }
561
562 ///
563 F32 getModulativePitch() const { return mModulativePitch; }

Callers 12

playSoundMethod · 0.45
setSoundPitchMethod · 0.45
processMethod · 0.45
playSoundMethod · 0.45
setSoundPitchMethod · 0.45
processMethod · 0.45
_allocVoiceMethod · 0.45
_updatePitchMethod · 0.45
sfxSource.cppFile · 0.45
_updateMethod · 0.45
updateEngineSoundMethod · 0.45
updateEngineSoundMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected