Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
AudioEffectPanner
继承: AudioEffect < Resource < RefCounted < Object
向音频总线添加一个声像器音频效果。
向左或向右声像移动声音。
描述
用于确定有多少音频信号被发送至左、右声道。这有助于实现音频空间化,使声音在混音中呈现出不同的位置。
AudioStreamPlayer2D 和 AudioStreamPlayer3D 会根据声源在屏幕上的位置,自动处理声像定位。
教程
属性
|
属性说明
声像位置。负值将声音向左平移,正值向右平移。取值范围为 -1 到 1。