User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 22:12, 14 February 2014 (diff | hist) . . (+628) . . N Source:getDirection (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 오디오 소스의 방향을 얻어옵니다. == 함수 == === 형식 === <source lang="lua"> x, y, z = Source:getDirection( ) </source> ==...") (current)
- 22:08, 14 February 2014 (diff | hist) . . (-7) . . m Source:getAttenuationDistances (한국어) (current)
- 22:08, 14 February 2014 (diff | hist) . . (+1,105) . . N Source:setAttenuationDistances (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been renamed from Source:setDistance}} 오디오 소스의 최대 감쇠 거리와 참조 감쇠 거리를 설정합니다. ...")
- 22:05, 14 February 2014 (diff | hist) . . (+1,107) . . N Source:getAttenuationDistances (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been renamed from Source:getDistance}} 오디오 소스의 최대 감쇠 거리와 참조 감쇠 거리를 구합니다. 이 ...")
- 21:54, 14 February 2014 (diff | hist) . . (+559) . . N Source:seek (한국어) (Created page with "{{newin|0.8.0|080|type=function}} 재생중인 위치를 임의로 설정합니다. == 함수 == === 형식 === <source lang="lua"> Source:seek( offset, unit ) </source> === ...") (current)
- 21:52, 14 February 2014 (diff | hist) . . (+578) . . N Source:tell (한국어) (Created page with "{{newin|0.8.0|080|type=function}} 현재 재생하고 있는 지점을 구합니다. == 함수 == === 형식 === <source lang="lua"> position = Source:tell( unit ) </source> ...") (current)
- 22:29, 12 February 2014 (diff | hist) . . (+145) . . m Source (한국어) (current)
- 22:27, 12 February 2014 (diff | hist) . . (+340) . . N Source:rewind (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 되감습니다. == 함수 == === 형식 === <source lang="lua"> Source:rewind() </source> === 매개변수 === 없음. === 리턴값 === ...") (current)
- 22:23, 12 February 2014 (diff | hist) . . (+336) . . N Source:stop (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 정지합니다. == 함수 == === 형식 === <source lang="lua"> Source:stop() </source> === 매개변수 === 없음. === 리턴값 === 없...") (current)
- 22:22, 12 February 2014 (diff | hist) . . (+412) . . N Source:resume (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 일시정지한 오디오 소스를 재개합니다. == 함수 == === 형식 === <source lang="lua"> Source:resume() </source> === 매개변...") (current)
- 22:10, 12 February 2014 (diff | hist) . . (+336) . . N Source:play (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 재생합니다. == 함수 == === 형식 === <source lang="lua"> Source:play() </source> === 매개변수 === 없음. === 리턴값 === 없...") (current)
- 21:52, 12 February 2014 (diff | hist) . . (+350) . . N Source:pause (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 일시정지합니다. == 함수 == === 형식 === <source lang="lua"> Source:pause() </source> === 매개변수 === 없음. === 리턴값 =...") (current)
- 21:51, 12 February 2014 (diff | hist) . . (+545) . . N Source:getChannels (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 채널 수를 구합니다. 1채널(모노) 오디오 소스만이 음향 위치/방향 효과 설정을 할 수 있습니다. == 함수 == ...") (current)
- 21:48, 12 February 2014 (diff | hist) . . (+528) . . N Source:getVolumeLimits (한국어) (Created page with "{{newin|0.8.0|080|type=function}} 최대, 최소 볼륨을 조사합니다. == 함수 == === 형식 === <source lang="lua"> min, max = Source:getVolumeLimits( ) </source> ==...")
- 21:45, 12 February 2014 (diff | hist) . . (0) . . m Source:setVolume (한국어) (current)
- 21:45, 12 February 2014 (diff | hist) . . (+18) . . m Source:getVolume (한국어) (current)
- 21:45, 12 February 2014 (diff | hist) . . (-1) . . Source:setVolume (한국어)
- 21:44, 12 February 2014 (diff | hist) . . (+421) . . N Source:getVolume (한국어) (Created page with "볼륨을 조사합니다. == 함수 == === 형식 === <source lang="lua"> volume = Source:getVolume( ) </source> === 매개변수 === 없음. === 리턴값 === {{param|number (...")
- 21:35, 12 February 2014 (diff | hist) . . (+438) . . N Source:setVolume (한국어) (Created page with "오디오의 볼륨을 설정합니다. == 함수 == === 형식 === <source lang="lua"> Source:setVolume( volume ) </source> === 매개변수 === {{param|number (한국어)|volum...")
- 23:28, 11 February 2014 (diff | hist) . . (+12) . . Source:setPosition (한국어) (current)
- 23:28, 11 February 2014 (diff | hist) . . (+632) . . N Source:setPosition (한국어) (Created page with "{{newin|0.7.0|070|type=function}} 오디오 소스의 위치를 설정합니다. == 함수 == === 형식 === <source lang="lua"> Source:setPosition( x, y, z ) </source> === ...")
- 23:20, 11 February 2014 (diff | hist) . . (+9) . . m Source:isLooping (한국어) (current)
- 23:20, 11 February 2014 (diff | hist) . . (+30) . . m Source:setLooping (한국어) (current)
- 23:19, 11 February 2014 (diff | hist) . . (+12) . . m Source:isLooping (한국어)
- 23:19, 11 February 2014 (diff | hist) . . (+497) . . N Source:isLooping (한국어) (Created page with "무한 반복 재생이 설정되었는지 조사합니다. == 함수 == === 형식 === <source lang="lua"> loop = Source:isLooping( ) </source> === 매개변수 === 없음. === ...")
- 23:17, 11 February 2014 (diff | hist) . . (+457) . . N Source:setLooping (한국어) (Created page with "반복 재생을 할 것인지 설정합니다. == 함수 == === 형식 === <source lang="lua"> Source:setLooping( loop ) </source> === 매개변수 === {{param|boolean (한국...")
- 23:15, 11 February 2014 (diff | hist) . . (+8) . . m love.textinput (한국어) (current)
- 23:13, 11 February 2014 (diff | hist) . . (+2) . . m love.textinput (한국어)
- 23:13, 11 February 2014 (diff | hist) . . (-7) . . m love.textinput (한국어)
- 23:12, 11 February 2014 (diff | hist) . . (+14) . . m love.textinput (한국어)
- 22:25, 10 February 2014 (diff | hist) . . (+14) . . m Source:stop (correct '''newin''') (current)
- 22:20, 10 February 2014 (diff | hist) . . (+144) . . m Main Page (한국어) (글씨 크게)
- 07:21, 9 February 2014 (diff | hist) . . (+300) . . N TimeUnit (한국어) (Created page with "{{newin|0.8.0|080|type=enum}} 시간 표현 단위입니다. == 상수 == ;seconds: 초 단위. ;samples: 오디오 샘플 기준. == 같이 보기 == * [[parent::love.audio ...") (current)
- 07:20, 9 February 2014 (diff | hist) . . (+24) . . m love.audio.getVolume (한국어) (current)
- 07:20, 9 February 2014 (diff | hist) . . (+521) . . N love.audio.setVolume (한국어) (Created page with "마스터 볼륨을 설정합니다. 마스터 볼륨은 모든 볼륨을 올리거나 내립니다. == 함수 == === 형식 === <source lang="lua"> love.audio.setVolume( volume ...") (current)
- 07:18, 9 February 2014 (diff | hist) . . (+19) . . m love.audio.setDistanceModel (한국어) (current)
- 07:15, 9 February 2014 (diff | hist) . . (+561) . . N love.audio.setVelocity (한국어) (Created page with "듣는이의 속도를 설정합니다. == 함수 == === 형식 === <source lang="lua"> love.audio.setVelocity( x, y, z ) </source> === 매개변수 === {{param|number (한국어...") (current)
- 07:14, 9 February 2014 (diff | hist) . . (0) . . m love.audio.getVelocity (한국어) (current)
- 07:12, 9 February 2014 (diff | hist) . . (+809) . . N love.audio.setPosition (한국어) (Created page with "듣는이의 위치를 설정합니다. == 함수 == === 형식 === <source lang="lua"> love.audio.setPosition( x, y, z ) </source> === 매개변수 === {{param|number (한국어...") (current)
- 07:09, 9 February 2014 (diff | hist) . . (+578) . . N love.audio.setOrientation (한국어) (Created page with "듣는이의 머리 방향을 설정합니다. == 함수 == === 형식 === <source lang="lua"> love.audio.setOrientation( fx, fy, fz, ux, uy, uz ) </source> === 매개변수 === ...") (current)
- 07:07, 9 February 2014 (diff | hist) . . (+505) . . N love.audio.getDistanceModel (한국어) (Created page with "{{newin|0.8.0|080|type=function}} 거리 감쇠 방식을 결정합니다. == 함수 == === 형식 === <source lang="lua"> model = love.audio.getDistanceModel( ) </source> =...") (current)
- 07:06, 9 February 2014 (diff | hist) . . (+484) . . N love.audio.setDistanceModel (한국어) (Created page with "{{newin|0.8.0|080|type=function}} 거리 감쇠 방식을 결정합니다. == 함수 == === 형식 === <source lang="lua"> love.audio.setDistanceModel( model ) </source> ===...")
- 07:04, 9 February 2014 (diff | hist) . . (+718) . . N DistanceModel (한국어) (Created page with "{{newin|0.8.0|080|type=enum}} 거리 감쇠 방식을 표현합니다. 이를 통해 소리가 사용자에게 멀어져 감에 따라 점점 작아지는 방법을 설정할...") (current)
- 06:54, 9 February 2014 (diff | hist) . . (+571) . . N love.audio.rewind (한국어) (Created page with "모든 오디오를 되감습니다. == 함수 == === 형식 === <source lang="lua"> love.audio.rewind( ) </source> === 매개변수 === 없음. === 리턴값 === 없음. == 함...") (current)
- 06:52, 9 February 2014 (diff | hist) . . (+447) . . N love.audio.play (한국어) (Created page with "특정 오디오 소스를 재생합니다. == 함수 == === 형식 === <source lang="lua"> love.audio.play( source ) </source> === 매개변수 === {{param|Source (한국어)|so...") (current)
- 06:50, 9 February 2014 (diff | hist) . . (+592) . . N love.audio.resume (한국어) (Created page with "모든 오디오를 다시 재생합니다. == 함수 == === 형식 === <source lang="lua"> love.audio.resume( ) </source> === 매개변수 === 없음. === 리턴값 === 없음. ...") (current)
- 15:08, 8 February 2014 (diff | hist) . . (+586) . . N love.audio.pause (한국어) (Created page with "모든 오디오를 일시정지합니다. == 함수 == === 형식 === <source lang="lua"> love.audio.pause( ) </source> === 매개변수 === 없음. === 리턴값 === 없음. ==...") (current)
- 14:52, 8 February 2014 (diff | hist) . . (+563) . . N love.audio.getVelocity (한국어) (Created page with "듣는이의 속도를 설정합니다. == 함수 == === 형식 === <source lang="lua"> x, y, z = love.audio.getVelocity( ) </source> === 매개변수 === 없음. === 리턴값 =...")
- 14:50, 8 February 2014 (diff | hist) . . (+499) . . N love.audio.getVolume (한국어) (Created page with "마스터 볼륨을 조사합니다. 마스터 볼륨은 모든 볼륨을 올리거나 내립니다. == 함수 == === 형식 === <source lang="lua"> volume = love.audio.getVolume...")
- 14:48, 8 February 2014 (diff | hist) . . (+563) . . N love.audio.getPosition (한국어) (Created page with "듣는이의 위치를 조사합니다. == 함수 == === 형식 === <source lang="lua"> x, y, z = love.audio.getPosition( ) </source> === 매개변수 === 없음. === 리턴값 =...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)