C# Class InputHandler.InputAxis, MagesOfBlight

Show file Open project: DomCristaldi/MagesOfBlight

Public Properties

Property Type Description
axisName string
isJoystick bool
negate bool
snap bool

Public Methods

Method Description
UpdateAxisValue ( ) : void

Private Methods

Method Description
GetAxis ( ) : float
HandleAxis ( ) : float
HandleTriggerAxis ( ) : float
NegateAxisProtocol ( float axisValue ) : float
SnapAxisProtocol ( float input ) : float
TriggerAxisProtocol ( float axisValue ) : float

Method Details

UpdateAxisValue() public method

public UpdateAxisValue ( ) : void
return void

Property Details

axisName public property

public string axisName
return string

isJoystick public property

public bool isJoystick
return bool

negate public property

public bool negate
return bool

snap public property

public bool snap
return bool