pub unsafe extern "C" fn PxCapsuleController_setHeight_mut(
    self_: *mut PxCapsuleController,
    height: f32
) -> bool
Expand description

Resets controller’s height.

this doesn’t check for collisions.

Currently always true.