Camera.DopplerTracking/dopplerTracking - multiple declarations
Function Camera.dopplerTracking
If not constant DOPPLER_TRACKING_DISABLED
, this camera will simulate the url=https://en.wikipedia.org/wiki/Doppler_effect
Doppler effect/url
for objects changed in particular _process
methods. See dopplertracking
for possible values.
Camera . DopplerTracking dopplerTracking() nothrow @property @nogc;
void dopplerTracking
(
long v
) nothrow @property @nogc;
Enum Camera.DopplerTracking
enum DopplerTracking
: int { ... }
Enum members
Name | Description |
---|---|
dopplerTrackingDisabled
|
Disables url=https://en.wikipedia.org/wiki/Doppler_effect Doppler effect/url simulation (default).
|
dopplerTrackingIdleStep
|
Simulate url=https://en.wikipedia.org/wiki/Doppler_effect Doppler effect/url by tracking positions of objects that are changed in _process . Changes in the relative velocity of this camera compared to those objects affect how Audio is perceived (changing the Audio's pitch shift ).
|
dopplerTrackingPhysicsStep
|
Simulate url=https://en.wikipedia.org/wiki/Doppler_effect Doppler effect/url by tracking positions of objects that are changed in _physics_process . Changes in the relative velocity of this camera compared to those objects affect how Audio is perceived (changing the Audio's pitch shift ).
|