pub fn world_set_friction_callback(
world: &mut World,
callback: Option<FrictionCallback>,
)Expand description
Register the friction callback. Passing None restores the default.
(b3World_SetFrictionCallback)
pub fn world_set_friction_callback(
world: &mut World,
callback: Option<FrictionCallback>,
)Register the friction callback. Passing None restores the default.
(b3World_SetFrictionCallback)