docs.unity3d.com
    Show / Hide Table of Contents

    Interface IEditorGameService

    Base contract for all editor game services defined by Core.Editor package.

    Namespace: Unity.Services.Core.Editor
    Syntax
    public interface IEditorGameService

    Properties

    Enabler

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

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

    HasDashboard

    If true, this service will provide access to a Dashboard

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

    Identifier

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

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

    Name

    Name of the service

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

    RequiresCoppaCompliance

    If true, this service requires COPPACompliance to be defined

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

    Methods

    GetFormattedDashboardUrl()

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

    Declaration
    string GetFormattedDashboardUrl()
    Returns
    Type Description
    String

    Return a formatted URL to this service's dashboard.

    Extension Methods

    EditorGameServiceDashboardHelper.OpenDashboard(IEditorGameService)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023