pub enum NoiseType {
Perlin,
OpenSimplex,
OpenSimplex2S,
Value,
ValueCubic,
Worley,
}
Expand description
The type of noise to generate.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for NoiseType
impl Send for NoiseType
impl Sync for NoiseType
impl Unpin for NoiseType
impl UnwindSafe for NoiseType
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