Difference between revisions of "Source:getVelocity (한국어)"

m
m
Line 1: Line 1:
 
{{newin|[[0.7.0]]|070|type=function}}
 
{{newin|[[0.7.0]]|070|type=function}}
오디오 소스의 속도를 얻어옵니다.
+
오디오 소스의 속도를 받아옵니다.
 
== 함수 ==
 
== 함수 ==
 
=== 형식 ===
 
=== 형식 ===
Line 16: Line 16:
 
* [[Source:setVelocity (한국어)]]
 
* [[Source:setVelocity (한국어)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=오디오 소스의 속도를 얻어옵니다.}}
+
{{#set:Description=오디오 소스의 속도를 받아옵니다.}}
 
== 다른 언어 ==
 
== 다른 언어 ==
 
{{i18n|Source:getVelocity}}
 
{{i18n|Source:getVelocity}}

Revision as of 13:26, 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축 속도 벡터.

같이 보기

다른 언어