Photon .NET Client API
4.1.4.8
Container for an Operation request, which is a code and parameters. More...
Public Attributes | |
| byte | OperationCode |
| Byte-typed code for an operation - the short identifier for the server's method to call. More... | |
| ParameterDictionary | Parameters |
| The parameters of the operation - each identified by a byte-typed code in Photon. More... | |
Container for an Operation request, which is a code and parameters.
On the lowest level, Photon only allows byte-typed keys for operation parameters. The values of each such parameter can be any serializable datatype: byte, int, hashtable and many more.
| byte ExitGames.Client.Photon.OperationRequest.OperationCode |
Byte-typed code for an operation - the short identifier for the server's method to call.
| ParameterDictionary ExitGames.Client.Photon.OperationRequest.Parameters |
The parameters of the operation - each identified by a byte-typed code in Photon.