Instances of this class will be created for arrays of unknown custom types sent by a client if the Protocol.AllowRawCustomValues property is set to true.
More...
|
| readonly byte | Code |
| | Gets the type code of the custom type. More...
|
| |
Instances of this class will be created for arrays of unknown custom types sent by a client if the Protocol.AllowRawCustomValues property is set to true.
◆ RawCustomArray()
| Photon.SocketServer.Rpc.ValueTypes.RawCustomArray.RawCustomArray |
( |
byte |
code, |
|
|
int |
count |
|
) |
| |
|
inline |
Initializes a new instance of the RawCustomArray class.
- Parameters
-
| code | The code of the custom type. |
| count | The number of element in the array. |
◆ Equals()
| bool Photon.SocketServer.Rpc.ValueTypes.RawCustomArray.Equals |
( |
RawCustomArray |
other | ) |
|
|
inline |
◆ GetEnumerator()
| IEnumerator Photon.SocketServer.Rpc.ValueTypes.RawCustomArray.GetEnumerator |
( |
| ) |
|
|
inline |
Gets an enumerator for the custom arrays.
- Returns
- The enumerator.
◆ Code
| readonly byte Photon.SocketServer.Rpc.ValueTypes.RawCustomArray.Code |
Gets the type code of the custom type.
◆ Length
| int Photon.SocketServer.Rpc.ValueTypes.RawCustomArray.Length |
|
get |
◆ this[int i]
| byte [] Photon.SocketServer.Rpc.ValueTypes.RawCustomArray.this[int i] |
|
getset |
Gets the byte array at the specified index.
- Parameters
-
- Returns
- The byte array at the specified index.