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
AlbedoTextureAlbedoOffsetEmissionTextureEmissionOffsetNormalTextureNormalOffsetMetallicTextureMetallicOffsetRoughnessTextureRoughnessOffsetAmbientOcclusionTextureAmbientOcclusionOffsetCaveatTextureCaveatOffset
Trait Implementations
impl Debug for MaterialChannel[src]
impl Debug for MaterialChannelfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for MaterialChannel[src]
impl Clone for MaterialChannelfn clone(&self) -> MaterialChannel[src]
fn clone(&self) -> MaterialChannelReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for MaterialChannel[src]
impl Copy for MaterialChannelimpl Hash for MaterialChannel[src]
impl Hash for MaterialChannelfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Eq for MaterialChannel[src]
impl Eq for MaterialChannelimpl PartialEq for MaterialChannel[src]
impl PartialEq for MaterialChannelAuto Trait Implementations
impl Send for MaterialChannel
impl Send for MaterialChannelimpl Sync for MaterialChannel
impl Sync for MaterialChannel