Table of Contents

Class WitMultiplayerManager

public class WitMultiplayerManager : MonoSingleton<WitMultiplayerManager>
Inheritance
WitMultiplayerManager
Inherited Members

Properties

CurrentMatchType

public MatchType CurrentMatchType { get; set; }

Property Value

MatchType

IsInitialized

public bool IsInitialized { get; }

Property Value

bool

IsSignedIn

public bool IsSignedIn { get; }

Property Value

bool

PlayerId

public string PlayerId { get; }

Property Value

string

Methods

CreateOrJoinLobby(string, ushort, string)

public void CreateOrJoinLobby(string mode, ushort maxPlayers, string password = "")

Parameters

mode string
maxPlayers ushort
password string

OnSignInFailed(Exception)

public void OnSignInFailed(Exception exception)

Parameters

exception Exception

OnSignedIn()

public void OnSignedIn()

OnSignedOut()

public void OnSignedOut()

SignOut()

public void SignOut()

StartMatchMaking()

public void StartMatchMaking()

StartMatchMaking(ushort, string, string)

public void StartMatchMaking(ushort maxPlayers, string queueName, string sessionType)

Parameters

maxPlayers ushort
queueName string
sessionType string

StopMatchMaking()

public void StopMatchMaking()