Свойство | Type | Description | |
---|---|---|---|
Instance |
Méthode | Description | |
---|---|---|
Get ( int take, int skip ) : UnityTask |
Gets the high score list
|
|
Get ( int take, int skip, Action |
Gets the high score list
|
|
Self ( ) : UnityTask |
Returns your current score
|
|
Self ( Action |
Returns your current score
|
|
Update ( |
Posts the score to the server
|
|
Update ( |
Posts the score to the server
|
Méthode | Description | |
---|---|---|
GameScoreService ( ) : System |
public Get ( int take, int skip ) : UnityTask |
||
take | int | |
skip | int | |
Résultat | UnityTask |
public Get ( int take, int skip, Action |
||
take | int | |
skip | int | |
callback | Action |
|
Résultat | void |
public Update ( |
||
entity | ||
Résultat |
public Update ( |
||
entity | ||
callback | Action |
|
Résultat | void |