v1.0.0
Latest
2022.3+

Class MultiplayService

Here is the first point and call for accessing Multiplay Package's features! Use the .Instance method to get a singleton of the IMultiplayService, and from there you can make various requests to the Multiplay service API.

Inheritance
System.Object
MultiplayService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Multiplay
Syntax
public static class MultiplayService

Properties

Instance

Provides the Multiplay Service interface for making service API requests.

Declaration
public static IMultiplayService Instance { get; }
Property Value
TypeDescription
IMultiplayService