Constructor LeaderboardEntry
LeaderboardEntry(string, string, int, double, string, DateTime, string)
Creates an instance of LeaderboardEntry.
Declaration
[Preserve]
public LeaderboardEntry(string playerId, string playerName, int rank, double score, string tier = null, DateTime updatedTime = default, string metadata = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | playerId | playerId param |
| string | playerName | playerName param |
| int | rank | rank param |
| double | score | score param |
| string | tier | tier param |
| DateTime | updatedTime | updatedTime param |
| string | metadata | metadata param |