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 MeshCreator for AnimatedComboMeshCreator
[src]

Build a mesh given a Renderer

impl From<AnimatedVertexBufferCombination> for AnimatedComboMeshCreator
[src]

Performs the conversion.

Auto Trait Implementations