Tests if a rigid body is sleeping. See unity docs: Rigidbody Sleeping.
Game Object
The game object to test.
True Event
Event to send if sleeping.
False Event
Event to send if not sleeping.
Store
Store the result in a bool variable.
Every Frame
Test every frame. Useful if you want to wait until sleeping is true/false.