docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardScoresWithNotFoundPlayerIds

    LeaderboardScoresWithNotFoundPlayerIds model

    Inheritance
    object
    LeaderboardScoresWithNotFoundPlayerIds
    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 = "LeaderboardScoresWithNotFoundPlayerIds")]
    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]
    [DataMember(Name = "entriesNotFoundForPlayerIds", EmitDefaultValue = false)]
    public List<string> EntriesNotFoundForPlayerIds { get; }
    Property Value
    Type Description
    List<string>

    Results

    Parameter results of LeaderboardScoresWithNotFoundPlayerIds

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