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.

AudioEffectPanner

Eredita: AudioEffect < Resource < RefCounted < Object

Aggiunge un effetto audio di panning a un bus audio.

Sposta il suono a sinistra o a destra.

Descrizione

Determines how much of the audio signal is sent to the left and right channels. This helps with audio spatialization, giving sounds distinct places in a mix.

AudioStreamPlayer2D and AudioStreamPlayer3D handle panning automatically, following where the source of the sound is on the screen.

Tutorial

Proprietà

float

pan

0.0


Descrizioni delle proprietà

float pan = 0.0 🔗

Pan position. Negative values pan the sound to the left, positive pan to the right. Value can range from -1 to 1.