format
typescript
CharacterController.minMoveDistanceclass: CharacterController
description
The minimum movement distance for the character controller.
If the distance the character tries to move is less than this value, it will not move at all. This can be used to reduce jitter. In most cases, this value should be kept at 0.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The minimum movement distance. |
