IsSleeping()
Is the rigidbody sleeping?
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public bool IsSleeping()
Returns
Type | Description |
|---|---|
| bool |
Remarks
See the Physics Overview in the manual for more information about Rigidbody sleeping.