docs.unity3d.com
    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
    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
    Boolean

    The status of the service

    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