C# 클래스 KeyboardPlayerInput, Albatross

상속: PlayerInput
파일 보기 프로젝트 열기: xby2/Albatross 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
playerType KeyboardPlayerType

공개 메소드들

메소드 설명
KeyboardPlayerInput ( KeyboardPlayerType _playerType ) : System

Register the keyboard as player input

getActionHold ( ) : bool
getActionPressDown ( ) : bool
getHorizontalAxis ( ) : float
getName ( ) : string
getVerticalAxis ( ) : float

메소드 상세

KeyboardPlayerInput() 공개 메소드

Register the keyboard as player input
public KeyboardPlayerInput ( KeyboardPlayerType _playerType ) : System
_playerType KeyboardPlayerType /// Which keyboard buttons to register WASD uses W, A, S, and D buttons. /// ARROW uses right, left, down, and up buttons ///
리턴 System

getActionHold() 공개 메소드

public getActionHold ( ) : bool
리턴 bool

getActionPressDown() 공개 메소드

public getActionPressDown ( ) : bool
리턴 bool

getHorizontalAxis() 공개 메소드

public getHorizontalAxis ( ) : float
리턴 float

getName() 공개 메소드

public getName ( ) : string
리턴 string

getVerticalAxis() 공개 메소드

public getVerticalAxis ( ) : float
리턴 float

프로퍼티 상세

playerType 공개적으로 프로퍼티

public KeyboardPlayerType playerType
리턴 KeyboardPlayerType