Difference between revisions of "Source:getVelocity (한국어)"
(Created page with "{{newin|0.7.0|070|type=function}} 오디오 소스의 속도를 얻어옵니다. == 함수 == === 형식 === <source lang="lua"> x, y, z = Source:getVelocity( ) </source> ===...") |
m |
||
Line 14: | Line 14: | ||
== 같이 보기 == | == 같이 보기 == | ||
* [[parent::Source (한국어)]] | * [[parent::Source (한국어)]] | ||
− | * [[Source:setVelocity]] | + | * [[Source:setVelocity (한국어)]] |
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=오디오 소스의 속도를 얻어옵니다.}} | {{#set:Description=오디오 소스의 속도를 얻어옵니다.}} | ||
== 다른 언어 == | == 다른 언어 == | ||
{{i18n|Source:getVelocity}} | {{i18n|Source:getVelocity}} |
Revision as of 13:25, 26 February 2014
Available since LÖVE 0.7.0 |
This function is not supported in earlier versions. |
오디오 소스의 속도를 얻어옵니다.
함수
형식
x, y, z = Source:getVelocity( )
매개변수
없음.
리턴값
number (한국어) x
- x축 속도 벡터.
number (한국어) y
- y축 속도 벡터.
number (한국어) z
- z축 속도 벡터.
같이 보기
다른 언어
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