pub unsafe extern "C" fn PxCapsuleController_setHeight_mut(
self_: *mut PxCapsuleController,
height: f32,
) -> boolExpand description
Resets controller’s height.
this doesn’t check for collisions.
Currently always true.
pub unsafe extern "C" fn PxCapsuleController_setHeight_mut(
self_: *mut PxCapsuleController,
height: f32,
) -> boolResets controller’s height.
this doesn’t check for collisions.
Currently always true.