C# Class MockUnityInput, SlashRunner

Inheritance: MonoBehaviour
Afficher le fichier Open project: matthewAURA/SlashRunner

Méthodes publiques

Свойство Type Description
inputMap InputMap,

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
downArrowKey ( ) : void
leftArrowKey ( ) : void
rightArrowKey ( ) : void
upArrowKey ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

downArrowKey() public méthode

public downArrowKey ( ) : void
Résultat void

leftArrowKey() public méthode

public leftArrowKey ( ) : void
Résultat void

rightArrowKey() public méthode

public rightArrowKey ( ) : void
Résultat void

upArrowKey() public méthode

public upArrowKey ( ) : void
Résultat void

Property Details

inputMap public_oe property

public InputMap, inputMap
Résultat InputMap,