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> ===...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{newin|[[0.7.0]]|070|type=function}}
 
{{newin|[[0.7.0]]|070|type=function}}
오디오 소스의 속도를 얻어옵니다.
+
오디오 소스의 속도를 받아옵니다.
 +
 
 +
[http://ko.wikipedia.org/wiki/%EB%8F%84%ED%94%8C%EB%9F%AC_%ED%9A%A8%EA%B3%BC 도플러 효과]를 줄 때 사용합니다.
 
== 함수 ==
 
== 함수 ==
 
=== 형식 ===
 
=== 형식 ===
Line 14: Line 16:
 
== 같이 보기 ==
 
== 같이 보기 ==
 
* [[parent::Source (한국어)]]
 
* [[parent::Source (한국어)]]
* [[Source:setVelocity]]
+
* [[Source:setVelocity (한국어)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=오디오 소스의 속도를 얻어옵니다.}}
+
{{#set:Description=오디오 소스의 속도를 받아옵니다.}}
 
== 다른 언어 ==
 
== 다른 언어 ==
 
{{i18n|Source:getVelocity}}
 
{{i18n|Source:getVelocity}}

Latest revision as of 13:27, 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축 속도 벡터.

같이 보기

다른 언어