C# 클래스 PrinceGame.Accelerometer

파일 보기 프로젝트 열기: salvadorc17/Prince-Monogame 1 사용 예제들

공개 메소드들

메소드 설명
GetState ( ) : AccelerometerState

Gets the current state of the accelerometer.

Initialize ( ) : void

Initializes the Accelerometer for the current game. This method can only be called once per game.

비공개 메소드들

메소드 설명
Accelerometer ( ) : System

메소드 상세

GetState() 공개 정적인 메소드

Gets the current state of the accelerometer.
public static GetState ( ) : AccelerometerState
리턴 AccelerometerState

Initialize() 공개 정적인 메소드

Initializes the Accelerometer for the current game. This method can only be called once per game.
public static Initialize ( ) : void
리턴 void