format
typescript
CharacterController.isGroundedclass: CharacterController
description
Determines whether the character controller is in contact with the ground.
When the character controller is in contact with the ground, the value of this property is true, otherwise it is false. Read-only.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether the character controller is on the ground or on another collider. |
