C# Class InputHandler.InputAxis, MagesOfBlight

Mostra 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_oe property

public string axisName
return string

isJoystick public_oe property

public bool isJoystick
return bool

negate public_oe property

public bool negate
return bool

snap public_oe property

public bool snap
return bool