pub type ShapeFn = fn(u16) -> VoxelShape;Expand description
Function type for shape lookups. Takes a state offset and returns the shape.
pub type ShapeFn = fn(u16) -> VoxelShape;Function type for shape lookups. Takes a state offset and returns the shape.