v2.0.0
Latest
2021.3+
Class LeaderboardVersionScoresWithNotFoundPlayerIds
LeaderboardVersionScoresWithNotFoundPlayerIds model
Namespace: Unity.Services.Leaderboards.Models
Syntax
[Preserve]
public class LeaderboardVersionScoresWithNotFoundPlayerIds
Constructors
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 |
Properties
EntriesNotFoundForPlayerIds
Parameter entriesNotFoundForPlayerIds of LeaderboardVersionScoresWithNotFoundPlayerIds
Declaration
[Preserve]
public List<string> EntriesNotFoundForPlayerIds { get; }
Property Value
Type | Description |
---|---|
List<String> |
Results
Parameter results of LeaderboardVersionScoresWithNotFoundPlayerIds
Declaration
[Preserve]
public List<LeaderboardEntry> Results { get; }
Property Value
Type | Description |
---|---|
List<LeaderboardEntry> |
Version
Parameter version of LeaderboardVersionScoresWithNotFoundPlayerIds
Declaration
[Preserve]
public LeaderboardVersion Version { get; }
Property Value
Type | Description |
---|---|
LeaderboardVersion |