Struct amethyst_renderer::MaterialTextureSet[][src]

pub struct MaterialTextureSet { /* fields omitted */ }

Textures used by texture animations

Methods

impl MaterialTextureSet
[src]

Create new texture set

Retrieve the handle for a given index

Retrieve the index for a given handle

Insert a texture handle at the given index

Remove the given index

Get number of textures in the set

Remove all texture handles in the set

Trait Implementations

impl Debug for MaterialTextureSet
[src]

Formats the value using the given formatter. Read more

impl Default for MaterialTextureSet
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations