Type Definition druid::Id

source ·
pub type Id = usize;
Expand description

An identifier for widgets, scoped to a UiMain instance. This is the “entity” of the entity-component-system architecture.