Skip to content

EntitySnapshot.Id Property

Definition

Namespace: Brine2D.ECS.Serialization

The runtime ID of the entity at snapshot time. Used during restore to reconstruct the parent–child hierarchy. Not injected back into the restored entity.

C#
public long Id { get; set; }

Property Value

System.Int64