Property | Type | Description | |
---|---|---|---|
Instance |
Method | 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
|
Method | Description | |
---|---|---|
GameScoreService ( ) : System |
public Get ( int take, int skip ) : UnityTask |
||
take | int | |
skip | int | |
return | UnityTask |
public Get ( int take, int skip, Action |
||
take | int | |
skip | int | |
callback | Action |
|
return | void |
public Update ( |
||
entity | ||
return |
public Update ( |
||
entity | ||
callback | Action |
|
return | void |