Skip to main content

b3PlaneResultFcn

Type Alias b3PlaneResultFcn 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(b3ShapeId, *const b3PlaneResult, i32, *mut c_void) -> bool)

Some value of type T.