#[repr(u32)]pub enum SpatialMaterialTextureParam {
Show 17 variants
TextureAlbedo = 0,
TextureMetallic = 1,
TextureRoughness = 2,
TextureEmission = 3,
TextureNormal = 4,
TextureRim = 5,
TextureClearcoat = 6,
TextureFlowmap = 7,
TextureAmbientOcclusion = 8,
TextureDepth = 9,
TextureSubsurfaceScattering = 10,
TextureTransmission = 11,
TextureRefraction = 12,
TextureDetailMask = 13,
TextureDetailAlbedo = 14,
TextureDetailNormal = 15,
TextureMax = 16,
}
Variants§
TextureAlbedo = 0
TextureMetallic = 1
TextureRoughness = 2
TextureEmission = 3
TextureNormal = 4
TextureRim = 5
TextureClearcoat = 6
TextureFlowmap = 7
TextureAmbientOcclusion = 8
TextureDepth = 9
TextureSubsurfaceScattering = 10
TextureTransmission = 11
TextureRefraction = 12
TextureDetailMask = 13
TextureDetailAlbedo = 14
TextureDetailNormal = 15
TextureMax = 16
Trait Implementations§
Source§impl Clone for SpatialMaterialTextureParam
impl Clone for SpatialMaterialTextureParam
Source§fn clone(&self) -> SpatialMaterialTextureParam
fn clone(&self) -> SpatialMaterialTextureParam
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SpatialMaterialTextureParam
impl Debug for SpatialMaterialTextureParam
Source§impl Hash for SpatialMaterialTextureParam
impl Hash for SpatialMaterialTextureParam
impl Copy for SpatialMaterialTextureParam
impl Eq for SpatialMaterialTextureParam
impl StructuralPartialEq for SpatialMaterialTextureParam
Auto Trait Implementations§
impl Freeze for SpatialMaterialTextureParam
impl RefUnwindSafe for SpatialMaterialTextureParam
impl Send for SpatialMaterialTextureParam
impl Sync for SpatialMaterialTextureParam
impl Unpin for SpatialMaterialTextureParam
impl UnwindSafe for SpatialMaterialTextureParam
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more