format
typescript
CharacterController.detectCollisionsclass: CharacterController
description
Whether to enable collision detection for the character controller.
A value of true indicates that collision detection is enabled, while false indicates that collision detection is disabled.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether a collision occurred. |
