docs.unity.cn
    Show / Hide Table of Contents

    Interface IEditorGameServiceRegistry

    A container to store all available IEditorGameService

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

    Methods

    GetEditorGameService<T>()

    Method to get a service with a specific identifier

    Declaration
    IEditorGameService GetEditorGameService<T>()
        where T : struct, IEditorGameServiceIdentifier
    Returns
    Type Description
    IEditorGameService

    The IEditorGameServiceyou are trying to get

    Type Parameters
    Name Description
    T

    The type of IEditorGameServiceIdentifier to use when getting

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