diff options
| author | Jerome67000 | 2017-09-16 18:47:19 +0200 |
|---|---|---|
| committer | Jérôme | 2017-09-28 13:26:18 +0200 |
| commit | 8c19cc7b3da43d143f4316e1b7de2c7c2a35b328 (patch) | |
| tree | 3577acda32688c4171cc0e1c785d6ecb67d27d7c /doc/classes/AudioEffectPanner.xml | |
| parent | 210ebb5cdbecd326c1b0edd35cfda94e3a74c6d9 (diff) | |
| download | godot-8c19cc7b3da43d143f4316e1b7de2c7c2a35b328.tar.gz godot-8c19cc7b3da43d143f4316e1b7de2c7c2a35b328.tar.zst godot-8c19cc7b3da43d143f4316e1b7de2c7c2a35b328.zip | |
[DOCS] Adds AudioEffects doc
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/AudioEffectPanner.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/AudioEffectPanner.xml b/doc/classes/AudioEffectPanner.xml index b55d7f91c..56b39a36c 100644 --- a/doc/classes/AudioEffectPanner.xml +++ b/doc/classes/AudioEffectPanner.xml @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="AudioEffectPanner" inherits="AudioEffect" category="Core" version="3.0.alpha.custom_build"> <brief_description> + Adds a Panner audio effect to an Audio bus. Pans sound left or right. </brief_description> <description> + Determines how much of an audio signal is sent to the left and right buses. </description> <tutorials> </tutorials> @@ -26,6 +28,7 @@ </methods> <members> <member name="pan" type="float" setter="set_pan" getter="get_pan"> + Pan position. Value can range from -1 (fully left) to 1 (fully right). </member> </members> <constants> |
