C# 클래스 cruisin_asu.Helpers.Controller

파일 보기 프로젝트 열기: travis134/racing-asu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
controlState bool>.Dictionary
keyboardControlScheme Controls>.Dictionary
xbox360ControlScheme Controls>.Dictionary

공개 메소드들

메소드 설명
Controller ( ControllerType controllerType ) : System
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
KeyboardUpdate ( ) : void
Xbox360Update ( ) : void

메소드 상세

Controller() 공개 메소드

public Controller ( ControllerType controllerType ) : System
controllerType ControllerType
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

프로퍼티 상세

controlState 공개적으로 프로퍼티

public Dictionary controlState
리턴 bool>.Dictionary

keyboardControlScheme 공개적으로 프로퍼티

public Dictionary keyboardControlScheme
리턴 Controls>.Dictionary

xbox360ControlScheme 공개적으로 프로퍼티

public Dictionary xbox360ControlScheme
리턴 Controls>.Dictionary