Class PhotonInteropRequest
[Serializable]
[MessagePackObject(false)]
public sealed class PhotonInteropRequest : PhotonRequest, IPhotonInteropRequest, IPhotonRequest, IPhoton
- Inheritance
-
objectFiberMsgPhotonInteropRequest
- Implements
- Inherited Members
Fields
KeyBase
protected const int KeyBase = 10
Field Value
KeyCount
protected const int KeyCount = 2
Field Value
Properties
Filter
[Key(11)]
public PhotonInteropRequest.DataFilterDescriptor Filter { get; set; }
Property Value
Parameters
[Key(10)]
public Dictionary<string, PhotonInteropRequest.PackedKeyValue>? Parameters { get; set; }