Struct PhotonInteropRequest.PackedKeyValue
[MessagePackObject(false)]
public struct PhotonInteropRequest.PackedKeyValue
- Inherited Members
Properties
Flags
[Key(0)]
public PhotonInteropRequest.PackedKeyValue.eFlags Flags { readonly get; set; }
Property Value
PackedValue
[Key(2)]
public byte[]? PackedValue { readonly get; set; }
Property Value
- byte[]
PrimitiveValue
[Key(1)]
public object? PrimitiveValue { readonly get; set; }
Property Value
- object
Type
[Key(3)]
public Type? Type { readonly get; set; }