Difference between revisions of "love.audio.getOrientation (Español)"
(Created page with "Devuelve la orientación del listener. == Function == === Synopsis === <source lang="lua"> fx, fy, fz, ux, uy, uz = love.audio.getOrientation( ) </source> === Arguments === None....") |
|||
Line 1: | Line 1: | ||
− | Devuelve la orientación del | + | Devuelve la orientación del oyente. |
− | == | + | == Función == |
− | === | + | === Sinopsis === |
<source lang="lua"> | <source lang="lua"> | ||
fx, fy, fz, ux, uy, uz = love.audio.getOrientation( ) | fx, fy, fz, ux, uy, uz = love.audio.getOrientation( ) | ||
</source> | </source> | ||
− | === | + | === Argumentos === |
− | + | Ninguno. | |
− | === | + | === Devuelve === |
− | {{param|number|fx, fy, fz|Vectores | + | {{param|number|fx, fy, fz|Vectores de avance de la orientación del oyente.}} |
− | {{param|number|ux, uy, uz|Vectores | + | {{param|number|ux, uy, uz|Vectores hacia arriba de la orientación del oyente.}} |
− | == | + | == Véase también == |
* [[parent::love.audio (Español)]] | * [[parent::love.audio (Español)]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Devuelve la orientación del | + | {{#set:Description=Devuelve la orientación del oyente.}} |
{{#set:Since=000}} | {{#set:Since=000}} | ||
− | == | + | == Otros idiomas == |
{{i18n|love.audio.getOrientation}} | {{i18n|love.audio.getOrientation}} |
Latest revision as of 00:18, 24 May 2024
Devuelve la orientación del oyente.
Función
Sinopsis
fx, fy, fz, ux, uy, uz = love.audio.getOrientation( )
Argumentos
Ninguno.
Devuelve
number fx, fy, fz
- Vectores de avance de la orientación del oyente.
number ux, uy, uz
- Vectores hacia arriba de la orientación del oyente.
Véase también
Otros 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