wakeUp

abstract fun wakeUp(strong: Boolean = true)

Wakes this body up if it is sleeping (see RigidBody).

Parameters

strong

If true, this body will be guaranteed to stay awake for at least a few physics steps. Otherwise, it might immediately go back to sleep if it still isn't moving enough.