Struct EntityDelta
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
Id
Entity identifier (raw value of EntityId).
public long Id