C# 클래스 PlayerInputManager, RodPacers

파일 보기 프로젝트 열기: GameDesignGroup6/RodPacers 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
playerNumber int

공개 메소드들

메소드 설명
Update ( ) : void
getLeftTrigger ( ) : float
getRightTrigger ( ) : float
getThrottle ( ) : float

비공개 메소드들

메소드 설명
GamePadPresent ( ) : bool
respawnPlayer ( ) : void

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

getLeftTrigger() 공개 메소드

public getLeftTrigger ( ) : float
리턴 float

getRightTrigger() 공개 메소드

public getRightTrigger ( ) : float
리턴 float

getThrottle() 공개 메소드

public getThrottle ( ) : float
리턴 float

프로퍼티 상세

playerNumber 공개적으로 프로퍼티

public int playerNumber
리턴 int