Table of Contents

Class Hologram.PackedHologramHeader

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Hologram.dll
[MessagePackObject(false)]
public sealed class Hologram.PackedHologramHeader
Inheritance
object
Hologram.PackedHologramHeader

Fields

CurrentPackedFormatVersion

public const int CurrentPackedFormatVersion = 1

Field Value

int

MagicNumber

public const ulong MagicNumber = 281484896186143

Field Value

ulong

Properties

DeploymentId

[Key("DeploymentId")]
public long DeploymentId { get; set; }

Property Value

long

DeploymentVersion

[Key("DeploymentVersion")]
public ulong DeploymentVersion { get; set; }

Property Value

ulong

EmbeddedFiles

[Key("EmbeddedFiles")]
public Dictionary<string, Hologram.PackedHologramHeader.EmbeddedFileInfo> EmbeddedFiles { get; set; }

Property Value

Dictionary<string, Hologram.PackedHologramHeader.EmbeddedFileInfo>

Flags

[Key("Flags")]
public Hologram.PackedHologramHeader.HeaderFlags Flags { get; set; }

Property Value

Hologram.PackedHologramHeader.HeaderFlags

HologramSizeUnPacked

[Key("HologramSizeUnPacked")]
public int HologramSizeUnPacked { get; set; }

Property Value

int

PackedFormatVersion

[Key("PackedFormatVersion")]
public int PackedFormatVersion { get; set; }

Property Value

int

PayloadSize

[Key("PayloadSize")]
public int PayloadSize { get; set; }

Property Value

int