Enum amethyst_gltf::AlphaMode [] [src]

pub enum AlphaMode {
    Opaque,
    Mask,
    Blend,
}

Alpha mode for material

Variants

Trait Implementations

impl Debug for AlphaMode
[src]

[src]

Formats the value using the given formatter.