Trait rfw_scene::ToMesh2D[][src]

pub trait ToMesh2D {
    fn into_mesh_2d(self) -> Mesh2D;
}

Required methods

Implementors