Property | Type | Description | |
---|---|---|---|
coinsText | Text | ||
heartsText | Text | ||
levelManager | LevelManager |
Method | Description | |
---|---|---|
OnChangeCoins ( int totalCoins ) : void | ||
OnChangeHearts ( int totalHearts ) : void | ||
ReturnToSelectLevel ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
FixedUpdate ( ) : void | ||
Update ( ) : void |
public OnChangeCoins ( int totalCoins ) : void | ||
totalCoins | int | |
return | void |
public OnChangeHearts ( int totalHearts ) : void | ||
totalHearts | int | |
return | void |