C# Class MockSwipe, SlashRunner

Inheritance: MonoBehaviour
Show file Open project: matthewAURA/SlashRunner

Public Properties

Property Type Description
inputMap InputMap,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
rightSwipe ( ) : void
upSwipe ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

rightSwipe() public method

public rightSwipe ( ) : void
return void

upSwipe() public method

public upSwipe ( ) : void
return void

Property Details

inputMap public property

public InputMap, inputMap
return InputMap,