Constructor LeaderboardVersionScoresWithNotFoundPlayerIds
LeaderboardVersionScoresWithNotFoundPlayerIds(LeaderboardVersion, List<LeaderboardEntry>, List<string>)
Creates an instance of LeaderboardVersionScoresWithNotFoundPlayerIds.
Declaration
[Preserve]
public LeaderboardVersionScoresWithNotFoundPlayerIds(LeaderboardVersion version = null, List<LeaderboardEntry> results = null, List<string> playerIds = null)
Parameters
| Type | Name | Description |
|---|---|---|
| LeaderboardVersion | version | version param |
| List<LeaderboardEntry> | results | results param |
| List<string> | playerIds | entriesNotFoundForPlayerIds param |