Struct AddingSessionOptions
Options configured when adding a session.
Inherited Members
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public struct AddingSessionOptions
Constructors
AddingSessionOptions(string)
Options configured when adding a session.
Declaration
public AddingSessionOptions(string type)
Parameters
Type | Name | Description |
---|---|---|
string | type | The session type |
Fields
Type
The type used to create or join to the session. This may be null.
Declaration
public readonly string Type
Field Value
Type | Description |
---|---|
string |