docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayAuthoringServices

    Provides access to the different services used for the Admin APIs and Deployment capabilities

    Inheritance
    object
    MultiplayAuthoringServices
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Multiplay.Authoring.Editor
    Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Editor.dll
    Syntax
    public static class MultiplayAuthoringServices

    Properties

    Provider

    The service provider

    Declaration
    public static IScopedServiceProvider Provider { get; }
    Property Value
    Type Description
    IScopedServiceProvider

    Methods

    GetService<T>(IServiceProvider)

    Get the service specified by the type T

    Declaration
    public static T GetService<T>(this IServiceProvider provider)
    Parameters
    Type Name Description
    IServiceProvider provider

    Provider in which to find service

    Returns
    Type Description
    T

    The instance of the specified service if registered. Throws otherwise

    Type Parameters
    Name Description
    T

    Type to get

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