Struct amethyst_renderer::ComboMeshCreator [−][src]
pub struct ComboMeshCreator { /* fields omitted */ }Mesh creator for VertexBufferCombination.
Methods
impl ComboMeshCreator[src]
impl ComboMeshCreatorpub fn new(combo: VertexBufferCombination) -> Self[src]
pub fn new(combo: VertexBufferCombination) -> SelfCreate a new combo mesh creator with the given combo
Trait Implementations
impl Debug for ComboMeshCreator[src]
impl Debug for ComboMeshCreatorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ComboMeshCreator[src]
impl Clone for ComboMeshCreatorfn clone(&self) -> ComboMeshCreator[src]
fn clone(&self) -> ComboMeshCreatorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl MeshCreator for ComboMeshCreator[src]
impl MeshCreator for ComboMeshCreatorfn build(self: Box<Self>, renderer: &mut Renderer) -> Result<Mesh>[src]
fn build(self: Box<Self>, renderer: &mut Renderer) -> Result<Mesh>Build a mesh given a Renderer
ⓘImportant traits for Box<R>fn box_clone(&self) -> Box<MeshCreator>[src]
ⓘImportant traits for Box<R>
fn box_clone(&self) -> Box<MeshCreator>Clone a boxed version of this object
impl From<VertexBufferCombination> for ComboMeshCreator[src]
impl From<VertexBufferCombination> for ComboMeshCreatorfn from(combo: VertexBufferCombination) -> Self[src]
fn from(combo: VertexBufferCombination) -> SelfPerforms the conversion.
impl From<InternalShape> for ComboMeshCreator[src]
impl From<InternalShape> for ComboMeshCreatorfn from(shape: InternalShape) -> Self[src]
fn from(shape: InternalShape) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for ComboMeshCreator
impl Send for ComboMeshCreatorimpl Sync for ComboMeshCreator
impl Sync for ComboMeshCreator