C# Class DisplayUI, RedRunner

Inheritance: MonoBehaviour
Afficher le fichier Open project: SachsA/RedRunner Class Usage Examples

Méthodes publiques

Свойство Type Description
coinsText Text
heartsText Text
levelManager LevelManager

Méthodes publiques

Méthode Description
OnChangeCoins ( int totalCoins ) : void
OnChangeHearts ( int totalHearts ) : void
ReturnToSelectLevel ( ) : void
Start ( ) : void

Private Methods

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

Method Details

OnChangeCoins() public méthode

public OnChangeCoins ( int totalCoins ) : void
totalCoins int
Résultat void

OnChangeHearts() public méthode

public OnChangeHearts ( int totalHearts ) : void
totalHearts int
Résultat void

ReturnToSelectLevel() public méthode

public ReturnToSelectLevel ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

coinsText public_oe property

public Text coinsText
Résultat Text

heartsText public_oe property

public Text heartsText
Résultat Text

levelManager public_oe property

public LevelManager levelManager
Résultat LevelManager