v2.0.0
Latest
2021.3+

Class LeaderboardVersionScoresWithNotFoundPlayerIds

LeaderboardVersionScoresWithNotFoundPlayerIds model

Inheritance
LeaderboardVersionScoresWithNotFoundPlayerIds
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
TypeNameDescription
LeaderboardVersionversion

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
TypeDescription
List<String>

Results

Parameter results of LeaderboardVersionScoresWithNotFoundPlayerIds

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

Version

Parameter version of LeaderboardVersionScoresWithNotFoundPlayerIds

Declaration
[Preserve]
public LeaderboardVersion Version { get; }
Property Value
TypeDescription
LeaderboardVersion