Enum amethyst_animation::MaterialChannel[][src]

pub enum MaterialChannel {
    AlbedoTexture,
    AlbedoOffset,
    EmissionTexture,
    EmissionOffset,
    NormalTexture,
    NormalOffset,
    MetallicTexture,
    MetallicOffset,
    RoughnessTexture,
    RoughnessOffset,
    AmbientOcclusionTexture,
    AmbientOcclusionOffset,
    CaveatTexture,
    CaveatOffset,
}

Channels that are animatable on Material

Variants

Trait Implementations

impl Debug for MaterialChannel
[src]

Formats the value using the given formatter. Read more

impl Clone for MaterialChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MaterialChannel
[src]

impl Hash for MaterialChannel
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for MaterialChannel
[src]

impl PartialEq for MaterialChannel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations