Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getPitch
Method
getPitch
Engine/source/sfx/sfxSource.h:557–557 ·
view source on GitHub ↗
Returns the source pitch scale.
Source
from the content-addressed store, hash-verified
555
556
/// Returns the source pitch scale.
557
F32 getPitch() const { return mPitch; }
558
559
/// Sets the source pitch scale.
560
void setPitch( F32 pitch ) { _setPitch( pitch ); mFlags.set( CustomPitchFlag ); }
Callers
1
sfxSource.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected