C# Class mmm.GroupToggleFromKeyboard

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: momo-the-monster/workshop-trails

Méthodes publiques

Свойство Type Description
speed float
trigger KeyCode

Méthodes publiques

Méthode Description
Start ( ) : void
Toggle ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Toggle() public méthode

public Toggle ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

speed public_oe property

public float speed
Résultat float

trigger public_oe property

public KeyCode trigger
Résultat KeyCode