v2.0.0
Latest
2021.3+

Class LeaderboardScoresWithNotFoundPlayerIds

LeaderboardScoresWithNotFoundPlayerIds model

Inheritance
LeaderboardScoresWithNotFoundPlayerIds
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
TypeNameDescription
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
TypeDescription
List<String>

Results

Parameter results of LeaderboardScoresWithNotFoundPlayerIds

Declaration
[Preserve]
public List<LeaderboardEntry> Results { get; }
Property Value
TypeDescription
List<LeaderboardEntry>