pub unsafe extern "C" fn PxArticulationReducedCoordinate_getWakeCounter(
    self_: *const PxArticulationReducedCoordinate
) -> f32
Expand description

Returns the wake counter of the articulation in seconds.

The wake counter of the articulation in seconds.

This call may not be made during simulation, except in a split simulation in-between [PxScene::fetchCollision] and #PxScene::advance.