Difference between revisions of "Source:setPosition"
m (Added note about sounds having to be mono for positional audio.) |
|||
Line 1: | Line 1: | ||
{{newin|[[0.7.0]]|070|type=function}} | {{newin|[[0.7.0]]|070|type=function}} | ||
− | Sets the position of the Source. | + | Sets the position of the Source. Please note that this only works for mono (i.e. non-stereo) sound files! |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === |
Latest revision as of 21:56, 15 August 2014
Available since LÖVE 0.7.0 |
This function is not supported in earlier versions. |
Sets the position of the Source. Please note that this only works for mono (i.e. non-stereo) sound files!
Function
Synopsis
Source:setPosition( x, y, z )
Arguments
number x
- The X position of the Source.
number y
- The Y position of the Source.
number z
- The Z position of the Source.
Returns
Nothing.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info