| ScoreService.ScoreService |
( |
| ) |
|
|
protected |
| abstract List<Score> ScoreService.GetList |
( |
| ) |
|
|
pure virtual |
| abstract List<Score> ScoreService.GetList |
( |
Type |
type | ) |
|
|
pure virtual |
Get list of existing scores in defined type
- Parameters
-
Implemented in ScoreServiceImpl.
| abstract Score ScoreService.GetOrCreate< T > |
( |
int |
id, |
|
|
string |
name, |
|
|
params object[] |
args |
|
) |
| |
|
pure virtual |
Get a score or create a new one if it doesn't exist yet.
- Parameters
-
| id | - id of the score |
| name | - name of the score |
| args | - arguments according to the constructor of the type T |
Implemented in ScoreServiceImpl.
| abstract void ScoreService.ResetAll |
( |
| ) |
|
|
pure virtual |
| abstract void ScoreService.ResetHighscores |
( |
| ) |
|
|
pure virtual |
| abstract void ScoreService.ResetRunScores |
( |
| ) |
|
|
pure virtual |
| abstract void ScoreService.ResetTotalScores |
( |
| ) |
|
|
pure virtual |
| abstract bool ScoreService.Update |
( |
Score |
score | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /Users/zefram/Documents/Mobile games/FlyingPiggy2DRunnerKit/Assets/FlyingPiggy2DRunner/Scripts/Game/Service/ScoreService.cs