Trait Locatable
sulis_state
pub trait Locatable { fn size(&self) -> (f32, f32); fn pos(&self) -> (f32, f32); }
fn size(&self) -> (f32, f32)
fn pos(&self) -> (f32, f32)
impl Locatable for Transition
impl Locatable for Point
impl Locatable for (f32, f32)
impl Locatable for EntityState
impl Locatable for PropState