Trait ObjectID
map_editor::world
pub trait ObjectID: Clone + Copy + Debug + Eq + Hash { fn zorder(&self) -> usize; }
fn zorder(&self) -> usize
impl ObjectID for ID