docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IEditorGameServiceRegistry

    A container to store all available IEditorGameService

    Namespace: Unity.Services.Core.Editor
    Assembly: Unity.Services.Core.Editor.dll
    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

    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)