C# Class PlayerCharacterController, Gadgets

Inheritance: MonoBehaviour
Afficher le fichier Open project: RITGameDev/Gadgets Class Usage Examples

Méthodes publiques

Свойство Type Description
jump KeyCode,
left KeyCode,
right KeyCode,
use KeyCode,

Méthodes publiques

Méthode Description
Movement ( ) : void
Update ( ) : void

Method Details

Movement() public méthode

public Movement ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

jump public_oe property

public KeyCode, jump
Résultat KeyCode,

left public_oe property

public KeyCode, left
Résultat KeyCode,

right public_oe property

public KeyCode, right
Résultat KeyCode,

use public_oe property

public KeyCode, use
Résultat KeyCode,