docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IEditorGameServiceEnabler

    An interface to allow you to control the enablement state of a service.

    Namespace: Unity.Services.Core.Editor
    Assembly: Unity.Services.Core.Editor.dll
    Syntax
    public interface IEditorGameServiceEnabler

    Methods

    Disable()

    Disables service.

    Declaration
    void Disable()

    Enable()

    Enables the service

    Declaration
    void Enable()

    IsEnabled()

    Gets the enablement status of the service

    Declaration
    bool IsEnabled()
    Returns
    Type Description
    bool

    The status of the service

    In This Article
    Back to top
    Copyright © 2025 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)