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
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPlayers | |
System.Int32 | index | |
System.String | connectionInfo |
Lobby_PlayerConnectionInfo_Remove(Int32, Int32)
Declaration
public void Lobby_PlayerConnectionInfo_Remove(int numberOfPlayers, int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPlayers | |
System.Int32 | index |
Lobby_PlayerConnectionInfo_Replace(Int32, Int32, String)
Declaration
public void Lobby_PlayerConnectionInfo_Replace(int numberOfPlayers, int index, string connectionInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPlayers | |
System.Int32 | index | |
System.String | connectionInfo |