Trait plexus::generate::PolygonsWithTexture [] [src]

pub trait PolygonsWithTexture<P>: Sized + TextureGenerator {
    fn polygons_with_texture_with(
        &self,
        state: Self::State
    ) -> Generate<Self, Self::State, P>; fn polygons_with_texture(&self) -> Generate<Self, Self::State, P> { ... } }

Required Methods

Provided Methods

Implementors