v1.1.4
Latest
2022.3+
Class JSONPatchTests.LobbyPlayer.LobbyPlayerData.FullObject
Inheritance
System.Object
JSONPatchTests.LobbyPlayer.LobbyPlayerData.FullObject
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 FullObject
Methods
Lobby_PlayerDataFullObject_Add(Int32, Int32, String, String, Int32)
Declaration
public void Lobby_PlayerDataFullObject_Add(int numberOfPlayers, int index, string keys, string values, int applyToLobbyRepetitions)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPlayers | |
System.Int32 | index | |
System.String | keys | |
System.String | values | |
System.Int32 | applyToLobbyRepetitions |
Lobby_PlayerDataFullObject_Remove(Int32, Int32, String, Int32)
Declaration
public void Lobby_PlayerDataFullObject_Remove(int numberOfPlayers, int index, string keys, int applyToLobbyRepetitions)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPlayers | |
System.Int32 | index | |
System.String | keys | |
System.Int32 | applyToLobbyRepetitions |
Lobby_PlayerDataFullObject_Replace(Int32, Int32, String, String, String, Int32)
Declaration
public void Lobby_PlayerDataFullObject_Replace(int numberOfPlayers, int index, string keys, string values, string replacement, int applyToLobbyRepetitions)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPlayers | |
System.Int32 | index | |
System.String | keys | |
System.String | values | |
System.String | replacement | |
System.Int32 | applyToLobbyRepetitions |