Difference between revisions of "love.audio.getOrientation (Português)"
(Created page with 'Retorna a orientação do ouvinte. == Função == === Sinopse === <source lang="lua"> v = love.audio.getOrientation( ) </source> === Argumentos === Nenhum. === Retorno === {{para…') |
m (translation update) |
||
Line 1: | Line 1: | ||
Retorna a orientação do ouvinte. | Retorna a orientação do ouvinte. | ||
+ | |||
== Função == | == Função == | ||
=== Sinopse === | === Sinopse === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | fx, fy, fz, ux, uy, uz = love.audio.getOrientation( ) | |
</source> | </source> | ||
=== Argumentos === | === Argumentos === | ||
Nenhum. | Nenhum. | ||
=== Retorno === | === Retorno === | ||
− | {{param| | + | {{param|number (Português)|fx, fy, fz|Vetor dianteiro da orientação do ouvinte.}} |
+ | {{param|number (Português)|ux, uy, uz|Vetor ascendente da orientação do ouvinte.}} | ||
+ | |||
== Veja Também == | == Veja Também == | ||
* [[parent::love.audio (Português)]] | * [[parent::love.audio (Português)]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Retorna a orientação do ouvinte.}} | {{#set:Description=Retorna a orientação do ouvinte.}} | ||
+ | |||
== Outros Idiomas == | == Outros Idiomas == | ||
{{i18n|love.audio.getOrientation}} | {{i18n|love.audio.getOrientation}} |
Revision as of 10:51, 13 February 2011
Retorna a orientação do ouvinte.
Função
Sinopse
fx, fy, fz, ux, uy, uz = love.audio.getOrientation( )
Argumentos
Nenhum.
Retorno
number (Português) fx, fy, fz
- Vetor dianteiro da orientação do ouvinte.
number (Português) ux, uy, uz
- Vetor ascendente da orientação do ouvinte.
Veja Também
Outros Idiomas
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