C# 클래스 MagicalFPS.Input.JoystickHandOperationChecker

상속: IHandOperationChecker
파일 보기 프로젝트 열기: kyasbal-1994/MagicalFPS

공개 메소드들

메소드 설명
JoystickHandOperationChecker ( GameContext context, int index, IJoystickKeyConfig keyConfig = null ) : System
getMovementVector ( ) : System.Vector2
isAcceptButtonPressed ( ) : bool
isCancelButtonPressed ( ) : bool
isJumpButtonPressed ( ) : bool
isSitButtonPressed ( ) : bool

메소드 상세

JoystickHandOperationChecker() 공개 메소드

public JoystickHandOperationChecker ( GameContext context, int index, IJoystickKeyConfig keyConfig = null ) : System
context GameContext
index int
keyConfig IJoystickKeyConfig
리턴 System

getMovementVector() 공개 메소드

public getMovementVector ( ) : System.Vector2
리턴 System.Vector2

isAcceptButtonPressed() 공개 메소드

public isAcceptButtonPressed ( ) : bool
리턴 bool

isCancelButtonPressed() 공개 메소드

public isCancelButtonPressed ( ) : bool
리턴 bool

isJumpButtonPressed() 공개 메소드

public isJumpButtonPressed ( ) : bool
리턴 bool

isSitButtonPressed() 공개 메소드

public isSitButtonPressed ( ) : bool
리턴 bool