C# Class GolfMenu, ITGM220_W15

Inheritance: MonoBehaviour
Afficher le fichier Open project: SimianLogic/ITGM220_W15

Méthodes publiques

Méthode Description
HandleButton ( string button_name ) : void
Start ( ) : void
Update ( ) : void

Method Details

HandleButton() public méthode

public HandleButton ( string button_name ) : void
button_name string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void