Type Alias veloren_world::layer::wildlife::DensityFn

source ยท
pub type DensityFn = fn(_: &SimChunk, _: &ColumnSample<'_>) -> f32;