setupscoredata - eisclimber/ExPresS-XR GitHub Wiki
Method in ScoreNumbers
Sets up the score with the provided data.
public void SetupScoreData(int score, int bonus = 0, string scorePrefix = "", string bonusPrefix = "", string noBonusText = "")| Name | Description |
|---|---|
int score |
Score to display. |
int bonus |
Optional bonus to display. |
string scorePrefix |
Optional score prefix to add. |
string bonusPrefix |
Optional bonus score prefix to add. |
string noBonusText |
Optional no bonus text display. |