docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardVersionScoresWithNotFoundPlayerIds

    LeaderboardVersionScoresWithNotFoundPlayerIds model

    Inheritance
    object
    LeaderboardVersionScoresWithNotFoundPlayerIds
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Leaderboards.Models
    Assembly: Unity.Services.Leaderboards.dll
    Syntax
    [Preserve]
    [DataContract(Name = "LeaderboardVersionScoresWithNotFoundPlayerIds")]
    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]
    [DataMember(Name = "entriesNotFoundForPlayerIds", EmitDefaultValue = false)]
    public List<string> EntriesNotFoundForPlayerIds { get; }
    Property Value
    Type Description
    List<string>

    Results

    Parameter results of LeaderboardVersionScoresWithNotFoundPlayerIds

    Declaration
    [Preserve]
    [DataMember(Name = "results", EmitDefaultValue = false)]
    public List<LeaderboardEntry> Results { get; }
    Property Value
    Type Description
    List<LeaderboardEntry>

    Version

    Parameter version of LeaderboardVersionScoresWithNotFoundPlayerIds

    Declaration
    [Preserve]
    [DataMember(Name = "version", EmitDefaultValue = false)]
    public LeaderboardVersion Version { get; }
    Property Value
    Type Description
    LeaderboardVersion
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)