[][src]Trait sulis_state::Locatable

pub trait Locatable {
    fn size(&self) -> (f32, f32);
fn pos(&self) -> (f32, f32); }

Required methods

fn size(&self) -> (f32, f32)

fn pos(&self) -> (f32, f32)

Loading content...

Implementations on Foreign Types

impl Locatable for Transition[src]

impl Locatable for Point[src]

impl Locatable for (f32, f32)[src]

Loading content...

Implementors

impl Locatable for EntityState[src]

impl Locatable for PropState[src]

Loading content...