Struct amethyst_renderer::AnimatedComboMeshCreator [−][src]
pub struct AnimatedComboMeshCreator { /* fields omitted */ }Mesh creator for VertexBufferCombination.
Methods
impl AnimatedComboMeshCreator[src]
impl AnimatedComboMeshCreatorpub fn new(combo: AnimatedVertexBufferCombination) -> Self[src]
pub fn new(combo: AnimatedVertexBufferCombination) -> SelfCreate a new combo mesh creator with the given combo
Trait Implementations
impl Debug for AnimatedComboMeshCreator[src]
impl Debug for AnimatedComboMeshCreatorfn 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 AnimatedComboMeshCreator[src]
impl Clone for AnimatedComboMeshCreatorfn clone(&self) -> AnimatedComboMeshCreator[src]
fn clone(&self) -> AnimatedComboMeshCreatorReturns 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 AnimatedComboMeshCreator[src]
impl MeshCreator for AnimatedComboMeshCreatorfn 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<AnimatedVertexBufferCombination> for AnimatedComboMeshCreator[src]
impl From<AnimatedVertexBufferCombination> for AnimatedComboMeshCreatorfn from(combo: AnimatedVertexBufferCombination) -> Self[src]
fn from(combo: AnimatedVertexBufferCombination) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for AnimatedComboMeshCreator
impl Send for AnimatedComboMeshCreatorimpl Sync for AnimatedComboMeshCreator
impl Sync for AnimatedComboMeshCreator