Type Alias ChunkMapBuilder3x5

Source
pub type ChunkMapBuilder3x5<A, B, C, D, E> = ChunkMapBuilderNxM<[i32; 3], (A, B, C, D, E), (Channel<A>, Channel<B>, Channel<C>, Channel<D>, Channel<E>)>;

Aliased Type§

pub struct ChunkMapBuilder3x5<A, B, C, D, E> {
    pub chunk_shape: PointN<[i32; 3]>,
    pub ambient_value: (A, B, C, D, E),
    /* private fields */
}

Fields§

§chunk_shape: PointN<[i32; 3]>§ambient_value: (A, B, C, D, E)
OSZAR »