IsSleeping
7/14/25Less than 1 minute
Rigidbody.IsSleeping()
Is the rigidbody sleeping?
Returns:
type | Description |
---|---|
boolean | Is the rigidbody sleeping? |
Usage
---@type Rigidbody
local rigidbody;
local val0 = rigidbody.IsSleeping()
Is the rigidbody sleeping?
type | Description |
---|---|
boolean | Is the rigidbody sleeping? |
---@type Rigidbody
local rigidbody;
local val0 = rigidbody.IsSleeping()