Table of Contents

Struct EntityDelta

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

Full entity snapshot for an Added entity. Contains all enabled components with complete data.

[MemoryPackable(GenerateType.Object)]
public struct EntityDelta : IMemoryPackable<EntityDelta>, IMemoryPackFormatterRegister
Implements
IMemoryPackable<EntityDelta>
IMemoryPackFormatterRegister
Inherited Members

Remarks

MemoryPack GenerateType: Object

long Id
Typhon.Protocol.ComponentSnapshot[] Components

Fields

Components

All enabled components on this entity, each with full raw bytes.

public ComponentSnapshot[] Components

Field Value

ComponentSnapshot[]

Id

Entity identifier (raw value of EntityId).

public long Id

Field Value

long