Type Alias parry2d_f64::shape::HeightFieldCellStatus
source · pub type HeightFieldCellStatus = bool;Expand description
Indicates if a cell of an heightfield is removed or not. Set this to false for
a removed cell.
pub type HeightFieldCellStatus = bool;Indicates if a cell of an heightfield is removed or not. Set this to false for
a removed cell.