Skip to main content

EntityId

Type Alias EntityId 

Source
pub type EntityId = u32;
Expand description

A unique entity identifier.

Entities are just IDs — all data lives in component stores. IDs are never reused within a server session.