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 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
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