Skip to content

format

typescript
CharacterController.isGrounded

class: 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_nametypedescription

reture

typedescription
booleanWhether the character controller is on the ground or on another collider.

code example