C# Class GameOverView, swip3

Inheritance: MonoBehaviour
Afficher le fichier Open project: unit9/swip3 Class Usage Examples

Méthodes publiques

Méthode Description
Setup ( int score ) : void

Sets the labels for this view if they exist

Method Details

Setup() public méthode

Sets the labels for this view if they exist
public Setup ( int score ) : void
score int Score.
Résultat void