C# 클래스 SuperCaissiere.Engine.Input.Rumble

Gamepad vibrations =)
파일 보기 프로젝트 열기: valryon/super-caissiere

공개 메소드들

메소드 설명
Rumble ( int idx ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

Decrease and set vibrations

메소드 상세

Rumble() 공개 메소드

public Rumble ( int idx ) : Microsoft.Xna.Framework
idx int
리턴 Microsoft.Xna.Framework

Update() 공개 메소드

Decrease and set vibrations
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void