pub unsafe extern "C" fn PxRigidBody_setRigidBodyFlag_mut(
    self_: *mut PxRigidBody,
    flag: PxRigidBodyFlag,
    value: bool
)
Expand description

Raises or clears a particular rigid body flag.

See the list of flags PxRigidBodyFlag

Default: no flags are set

Sleeping: Does NOT wake the actor up automatically.