v2.0.0
Latest
2021.3+
Class LeaderboardScoresWithNotFoundPlayerIds
LeaderboardScoresWithNotFoundPlayerIds model
Namespace: Unity.Services.Leaderboards.Models
Syntax
[Preserve]
public class LeaderboardScoresWithNotFoundPlayerIds
Constructors
LeaderboardScoresWithNotFoundPlayerIds(List<LeaderboardEntry>, List<String>)
Creates an instance of LeaderboardScoresWithNotFoundPlayerIds.
Declaration
[Preserve]
public LeaderboardScoresWithNotFoundPlayerIds(List<LeaderboardEntry> results = null, List<string> playerIds = null)
Parameters
Type | Name | Description |
---|---|---|
List<LeaderboardEntry> | results | results param |
List<String> | playerIds | entriesNotFoundForPlayerIds param |
Properties
EntriesNotFoundForPlayerIds
Parameter entriesNotFoundForPlayerIds of LeaderboardScoresWithNotFoundPlayerIds
Declaration
[Preserve]
public List<string> EntriesNotFoundForPlayerIds { get; }
Property Value
Type | Description |
---|---|
List<String> |
Results
Parameter results of LeaderboardScoresWithNotFoundPlayerIds
Declaration
[Preserve]
public List<LeaderboardEntry> Results { get; }
Property Value
Type | Description |
---|---|
List<LeaderboardEntry> |