Difference between revisions of "love.audio.getVelocity (한국어)"

(Created page with "듣는이의 속도를 설정합니다. == 함수 == === 형식 === <source lang="lua"> x, y, z = love.audio.getVelocity( ) </source> === 매개변수 === 없음. === 리턴값 =...")
 
m
 
Line 1: Line 1:
듣는이의 속도를 설정합니다.
+
듣는이의 속도를 받아옵니다.
 
== 함수 ==
 
== 함수 ==
 
=== 형식 ===
 
=== 형식 ===
Line 14: Line 14:
 
* [[parent::love.audio (한국어)]]
 
* [[parent::love.audio (한국어)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=듣는이의 속도를 설정합니다.}}
+
{{#set:Description=듣는이의 속도를 받아옵니다.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== 다른 언어 ==
 
== 다른 언어 ==
 
{{i18n|love.audio.getVelocity}}
 
{{i18n|love.audio.getVelocity}}

Latest revision as of 07:14, 9 February 2014

듣는이의 속도를 받아옵니다.

함수

형식

x, y, z = love.audio.getVelocity( )

매개변수

없음.

리턴값

number (한국어) x
듣는이의 x축 속도.
number (한국어) y
듣는이의 y축 속도.
number (한국어) z
듣는이의 z축 속도.

같이 보기


다른 언어