Struct amethyst_renderer::AnimatedComboMeshCreator[][src]

pub struct AnimatedComboMeshCreator { /* fields omitted */ }

Mesh creator for VertexBufferCombination.

Methods

impl AnimatedComboMeshCreator
[src]

Create a new combo mesh creator with the given combo

Trait Implementations

impl Debug for AnimatedComboMeshCreator
[src]

Formats the value using the given formatter. Read more

impl Clone for AnimatedComboMeshCreator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MeshCreator for AnimatedComboMeshCreator
[src]

Build a mesh given a Renderer

Important traits for Box<R>

Clone a boxed version of this object

impl From<AnimatedVertexBufferCombination> for AnimatedComboMeshCreator
[src]

Performs the conversion.

Auto Trait Implementations