//! Entity selection and highlight state.
//!
//! [`Selection`] is the engine resource behind the selection outline and the
//! selected-entity bounding volume. Apps and editor tools write it directly;
//! the render sync resolves it into the outline id list the renderer consumes.
use Entity;
/// The selected entities and how they are highlighted. Held at
/// `world.resources.selection`.