C# Class MockUnityInput, SlashRunner

Inheritance: MonoBehaviour
Mostrar archivo Open project: matthewAURA/SlashRunner

Public Properties

Property Type Description
inputMap InputMap,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
downArrowKey ( ) : void
leftArrowKey ( ) : void
rightArrowKey ( ) : void
upArrowKey ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

downArrowKey() public method

public downArrowKey ( ) : void
return void

leftArrowKey() public method

public leftArrowKey ( ) : void
return void

rightArrowKey() public method

public rightArrowKey ( ) : void
return void

upArrowKey() public method

public upArrowKey ( ) : void
return void

Property Details

inputMap public_oe property

public InputMap, inputMap
return InputMap,