Difference between revisions of "Joystick:getAxis (한국어)"

(Created page with "{{newin|0.9.0|090|type=function|text=It has been moved from love.joystick.getAxis}} 하나의 축을 얻어옵니다. == 함수 == === 형식 === <source lang="lua"> dire...")
 
 
Line 1: Line 1:
 
{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getAxis]]}}
 
{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getAxis]]}}
하나의 축을 얻어옵니다.
+
조이스틱 축의 위치를 하나 얻어옵니다.
== 함수 ==
 
 
=== 형식 ===
 
=== 형식 ===
 
<source lang="lua">
 
<source lang="lua">
Line 15: Line 14:
 
* [[Joystick:getAxisCount (한국어)]]
 
* [[Joystick:getAxisCount (한국어)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=하나의 축을 얻어옵니다.}}
+
{{#set:Description=조이스틱 축의 위치를 하나 얻어옵니다.}}
 
== 다른 언어 ==
 
== 다른 언어 ==
 
{{i18n|Joystick:getAxis}}
 
{{i18n|Joystick:getAxis}}

Latest revision as of 10:25, 3 February 2014

Available since LÖVE 0.9.0
It has been moved from love.joystick.getAxis.

조이스틱 축의 위치를 하나 얻어옵니다.

형식

direction = Joystick:getAxis( axis )

매개변수

number (한국어) axis
얻어올 조이스틱 축의 인덱스.

리턴값

number (한국어) direction
축의 값.

같이 보기

다른 언어