pub unsafe extern "C" fn PxPhysics_createRigidDynamic_mut(
    self_: *mut PxPhysics,
    pose: *const PxTransform
) -> *mut PxRigidDynamic
Expand description

Creates a dynamic rigid actor with the specified pose and all other fields initialized to their default values.