v1.0.0
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 MultiplaySessionManagerOptionsFields
Callbacks
Callbacks for the Game Server Hosting server events.
Declaration
public MultiplaySessionManagerEventCallbacks CallbacksField Value
| Type | Description |
|---|---|
| MultiplaySessionManagerEventCallbacks |
Properties
MultiplayServerOptions
Options for the Game Server Hosting server.
Declaration
public MultiplayServerOptions MultiplayServerOptions { get; set; }Property Value
| Type | Description |
|---|---|
| MultiplayServerOptions |
SessionOptions
Options for the session creation.
Declaration
public SessionOptions SessionOptions { get; set; }Property Value
| Type | Description |
|---|---|
| SessionOptions |