[][src]Trait vxdraw::utils::Layerable

pub trait Layerable {
    fn get_layer(&self, vx: &VxDraw) -> usize;
}

Trait for describing layers and their ordering

Required methods

fn get_layer(&self, vx: &VxDraw) -> usize

Get the layer number from this layer

Loading content...

Implementors

impl Layerable for vxdraw::dyntex::Layer[src]

impl Layerable for vxdraw::quads::Layer[src]

impl Layerable for vxdraw::strtex::Layer[src]

Loading content...