C# Class DisplayUI, RedRunner

Inheritance: MonoBehaviour
Show file Open project: SachsA/RedRunner Class Usage Examples

Public Properties

Property Type Description
coinsText Text
heartsText Text
levelManager LevelManager

Public Methods

Method Description
OnChangeCoins ( int totalCoins ) : void
OnChangeHearts ( int totalHearts ) : void
ReturnToSelectLevel ( ) : void
Start ( ) : void

Private Methods

Method Description
FixedUpdate ( ) : void
Update ( ) : void

Method Details

OnChangeCoins() public method

public OnChangeCoins ( int totalCoins ) : void
totalCoins int
return void

OnChangeHearts() public method

public OnChangeHearts ( int totalHearts ) : void
totalHearts int
return void

ReturnToSelectLevel() public method

public ReturnToSelectLevel ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

coinsText public property

public Text coinsText
return Text

heartsText public property

public Text heartsText
return Text

levelManager public property

public LevelManager levelManager
return LevelManager