v1.0.0
Latest
2022.3+

Class MultiplaySessionManagerOptions

Represents the options for to start the Game Server Hosting server and create the session the player will connect to.

Inheritance
System.Object
MultiplaySessionManagerOptions
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.Multiplayer
Syntax
public class MultiplaySessionManagerOptions

Fields

Callbacks

Callbacks for the Game Server Hosting server events.

Declaration
public MultiplaySessionManagerEventCallbacks Callbacks
Field Value
TypeDescription
MultiplaySessionManagerEventCallbacks

Properties

MultiplayServerOptions

Options for the Game Server Hosting server.

Declaration
public MultiplayServerOptions MultiplayServerOptions { get; set; }
Property Value
TypeDescription
MultiplayServerOptions

SessionOptions

Options for the session creation.

Declaration
public SessionOptions SessionOptions { get; set; }
Property Value
TypeDescription
SessionOptions