C# 클래스 InputHandler.InputAxis, MagesOfBlight

파일 보기 프로젝트 열기: DomCristaldi/MagesOfBlight

공개 프로퍼티들

프로퍼티 타입 설명
axisName string
isJoystick bool
negate bool
snap bool

공개 메소드들

메소드 설명
UpdateAxisValue ( ) : void

비공개 메소드들

메소드 설명
GetAxis ( ) : float
HandleAxis ( ) : float
HandleTriggerAxis ( ) : float
NegateAxisProtocol ( float axisValue ) : float
SnapAxisProtocol ( float input ) : float
TriggerAxisProtocol ( float axisValue ) : float

메소드 상세

UpdateAxisValue() 공개 메소드

public UpdateAxisValue ( ) : void
리턴 void

프로퍼티 상세

axisName 공개적으로 프로퍼티

public string axisName
리턴 string

isJoystick 공개적으로 프로퍼티

public bool isJoystick
리턴 bool

negate 공개적으로 프로퍼티

public bool negate
리턴 bool

snap 공개적으로 프로퍼티

public bool snap
리턴 bool