C# Class InputHelper, gateway2dwest

Show file Open project: stlgamedev/gateway2dwest Class Usage Examples

Public Properties

Property Type Description
attackButton string
cancel string
confirm string
downButton string
horizontalAxis string
leftButton string
magicButton string
rightButton string
select string
upButton string
verticalAxis string

Public Methods

Method Description
GetAttack ( ) : bool
GetAttackDown ( ) : bool
GetAttackUp ( ) : bool
GetDownDown ( ) : bool
GetLeftDown ( ) : bool
GetMagic ( ) : bool
GetMagicDown ( ) : bool
GetMagicUp ( ) : bool
GetRightDown ( ) : bool
GetUpDown ( ) : bool
axisRaw ( ) : Vector2

Method Details

GetAttack() public method

public GetAttack ( ) : bool
return bool

GetAttackDown() public method

public GetAttackDown ( ) : bool
return bool

GetAttackUp() public method

public GetAttackUp ( ) : bool
return bool

GetDownDown() public method

public GetDownDown ( ) : bool
return bool

GetLeftDown() public method

public GetLeftDown ( ) : bool
return bool

GetMagic() public method

public GetMagic ( ) : bool
return bool

GetMagicDown() public method

public GetMagicDown ( ) : bool
return bool

GetMagicUp() public method

public GetMagicUp ( ) : bool
return bool

GetRightDown() public method

public GetRightDown ( ) : bool
return bool

GetUpDown() public method

public GetUpDown ( ) : bool
return bool

axisRaw() public method

public axisRaw ( ) : Vector2
return Vector2

Property Details

attackButton public property

public string attackButton
return string

cancel public property

public string cancel
return string

confirm public property

public string confirm
return string

downButton public property

public string downButton
return string

horizontalAxis public property

public string horizontalAxis
return string

leftButton public property

public string leftButton
return string

magicButton public property

public string magicButton
return string

rightButton public property

public string rightButton
return string

select public property

public string select
return string

upButton public property

public string upButton
return string

verticalAxis public property

public string verticalAxis
return string