docs.unity.cn
    Show / Hide Table of Contents

    Interface IEditorGameServiceIdentifier

    Interface used to identify services

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

    Methods

    GetKey()

    The key used to identify a service. Used when registering/fetching a service to/from the IEditorGameServiceRegistry

    Declaration
    string GetKey()
    Returns
    Type Description
    String

    The key for the service

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use