pub unsafe extern "C" fn b2World_EnableSleeping(
worldId: b2WorldId,
flag: bool,
)Expand description
Enable/disable sleep. If your application does not need sleeping, you can gain some performance by disabling sleep completely at the world level. @see b2WorldDef