C# Class GameOverView, swip3

Inheritance: MonoBehaviour
Datei anzeigen Open project: unit9/swip3 Class Usage Examples

Public Methods

Method Description
Setup ( int score ) : void

Sets the labels for this view if they exist

Method Details

Setup() public method

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