C# 클래스 InputHelper, gateway2dwest

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

공개 프로퍼티들

프로퍼티 타입 설명
attackButton string
cancel string
confirm string
downButton string
horizontalAxis string
leftButton string
magicButton string
rightButton string
select string
upButton string
verticalAxis string

공개 메소드들

메소드 설명
GetAttack ( ) : bool
GetAttackDown ( ) : bool
GetAttackUp ( ) : bool
GetDownDown ( ) : bool
GetLeftDown ( ) : bool
GetMagic ( ) : bool
GetMagicDown ( ) : bool
GetMagicUp ( ) : bool
GetRightDown ( ) : bool
GetUpDown ( ) : bool
axisRaw ( ) : Vector2

메소드 상세

GetAttack() 공개 메소드

public GetAttack ( ) : bool
리턴 bool

GetAttackDown() 공개 메소드

public GetAttackDown ( ) : bool
리턴 bool

GetAttackUp() 공개 메소드

public GetAttackUp ( ) : bool
리턴 bool

GetDownDown() 공개 메소드

public GetDownDown ( ) : bool
리턴 bool

GetLeftDown() 공개 메소드

public GetLeftDown ( ) : bool
리턴 bool

GetMagic() 공개 메소드

public GetMagic ( ) : bool
리턴 bool

GetMagicDown() 공개 메소드

public GetMagicDown ( ) : bool
리턴 bool

GetMagicUp() 공개 메소드

public GetMagicUp ( ) : bool
리턴 bool

GetRightDown() 공개 메소드

public GetRightDown ( ) : bool
리턴 bool

GetUpDown() 공개 메소드

public GetUpDown ( ) : bool
리턴 bool

axisRaw() 공개 메소드

public axisRaw ( ) : Vector2
리턴 Vector2

프로퍼티 상세

attackButton 공개적으로 프로퍼티

public string attackButton
리턴 string

cancel 공개적으로 프로퍼티

public string cancel
리턴 string

confirm 공개적으로 프로퍼티

public string confirm
리턴 string

downButton 공개적으로 프로퍼티

public string downButton
리턴 string

horizontalAxis 공개적으로 프로퍼티

public string horizontalAxis
리턴 string

leftButton 공개적으로 프로퍼티

public string leftButton
리턴 string

magicButton 공개적으로 프로퍼티

public string magicButton
리턴 string

rightButton 공개적으로 프로퍼티

public string rightButton
리턴 string

select 공개적으로 프로퍼티

public string select
리턴 string

upButton 공개적으로 프로퍼티

public string upButton
리턴 string

verticalAxis 공개적으로 프로퍼티

public string verticalAxis
리턴 string