EntitySnapshot.ParentId Property
Definition
Namespace: Brine2D.ECS.Serialization
The runtime ID of this entity's parent at snapshot time, or 0 if this is a root entity.
Used during RestoreWorldFromSnapshot\(IEntityWorld, WorldSnapshot\) to re-parent entities
after all entities have been created \(two\-pass restore\).