pub type b3PlaneResultFcn = Option<unsafe extern "C" fn(shapeId: b3ShapeId, plane: *const b3PlaneResult, planeCount: c_int, context: *mut c_void) -> bool>;Expand description
Used to collect collision planes for character movers. Return true to continue gathering planes.
Aliased Type§
pub enum b3PlaneResultFcn {
None,
Some(unsafe extern "C" fn(b3ShapeId, *const b3PlaneResult, i32, *mut c_void) -> bool),
}