Table of Contents

Struct PhotonInteropRequest.PackedKeyValue

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.dll
[MessagePackObject(false)]
public struct PhotonInteropRequest.PackedKeyValue
Inherited Members

Properties

Flags

[Key(0)]
public PhotonInteropRequest.PackedKeyValue.eFlags Flags { readonly get; set; }

Property Value

PhotonInteropRequest.PackedKeyValue.eFlags

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; }

Property Value

Type