docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LeaderboardsEditorGameService

    Inheritance
    object
    LeaderboardsEditorGameService
    Implements
    IEditorGameService
    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.Settings
    Assembly: Unity.Services.Leaderboards.Editor.dll
    Syntax
    public class LeaderboardsEditorGameService : IEditorGameService

    Properties

    Enabler

    The implementation of the enabler required by this service. If no enabler is required, set to null.

    Declaration
    public IEditorGameServiceEnabler Enabler { get; }
    Property Value
    Type Description
    IEditorGameServiceEnabler

    HasDashboard

    If true, this service will provide access to a Dashboard

    Declaration
    public bool HasDashboard { get; }
    Property Value
    Type Description
    bool

    Identifier

    The identifier of this service. It is used when registering/fetching the service to/from the Unity.Services.Core.Editor.EditorGameServiceRegistry

    Declaration
    public IEditorGameServiceIdentifier Identifier { get; }
    Property Value
    Type Description
    IEditorGameServiceIdentifier

    Name

    Name of the service

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    RequiresCoppaCompliance

    If true, this service requires COPPACompliance to be defined

    Declaration
    public bool RequiresCoppaCompliance { get; }
    Property Value
    Type Description
    bool

    Methods

    GetFormattedDashboardUrl()

    The Url that is used to reach the dashboard for this service

    Declaration
    public string GetFormattedDashboardUrl()
    Returns
    Type Description
    string

    Return a formatted URL to this service's dashboard.

    Implements

    Unity.Services.Core.Editor.IEditorGameService
    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)