[][src]Trait worldgen::noisemap::Property

pub trait Property: Default + Copy {
    fn set_to<NM: NoiseMapGenerator>(self, nm: NM) -> NM;
}

A property is an option that can be set on a noise map.

Required methods

fn set_to<NM: NoiseMapGenerator>(self, nm: NM) -> NM

Loading content...

Implementors

impl Property for Seed[src]

impl Property for Size[src]

impl Property for Step[src]

Loading content...