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

(Created page with "{{newin|0.7.0|070|type=function}} 오디오 소스의 위치를 얻어옵니다. == 함수 == === 형식 === <source lang="lua"> x, y, z = Source:getPosition( ) </source> ===...")
 
m
 
Line 9: Line 9:
 
없음.
 
없음.
 
=== 리턴값 ===
 
=== 리턴값 ===
{{param|number (한국어)|x|x축 위치.}}
+
{{param|number (한국어)|x|오디오 소스의 x축 위치.}}
{{param|number (한국어)|y|y축 위치.}}
+
{{param|number (한국어)|y|오디오 소스의 y축 위치.}}
{{param|number (한국어)|z|z축 위치.}}
+
{{param|number (한국어)|z|오디오 소스의 z축 위치.}}
 
== 같이 보기 ==
 
== 같이 보기 ==
 
* [[parent::Source (한국어)]]
 
* [[parent::Source (한국어)]]

Latest revision as of 13:21, 26 February 2014

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

오디오 소스의 위치를 얻어옵니다.

함수

형식

x, y, z = Source:getPosition( )

매개변수

없음.

리턴값

number (한국어) x
오디오 소스의 x축 위치.
number (한국어) y
오디오 소스의 y축 위치.
number (한국어) z
오디오 소스의 z축 위치.

같이 보기

다른 언어