v1.1.4
Latest
2022.3+

Class JSONPatchTests.LobbyPlayer.LobbyPlayerConnectionInfo

Inheritance
System.Object
JSONPatchTests.LobbyPlayer.LobbyPlayerConnectionInfo
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.Lobbies.Tests
Syntax
public class LobbyPlayerConnectionInfo

Methods

Lobby_PlayerConnectionInfo_Add(Int32, Int32, String)

Declaration
public void Lobby_PlayerConnectionInfo_Add(int numberOfPlayers, int index, string connectionInfo)
Parameters
TypeNameDescription
System.Int32numberOfPlayers
System.Int32index
System.StringconnectionInfo

Lobby_PlayerConnectionInfo_Remove(Int32, Int32)

Declaration
public void Lobby_PlayerConnectionInfo_Remove(int numberOfPlayers, int index)
Parameters
TypeNameDescription
System.Int32numberOfPlayers
System.Int32index

Lobby_PlayerConnectionInfo_Replace(Int32, Int32, String)

Declaration
public void Lobby_PlayerConnectionInfo_Replace(int numberOfPlayers, int index, string connectionInfo)
Parameters
TypeNameDescription
System.Int32numberOfPlayers
System.Int32index
System.StringconnectionInfo