format
typescript
CharacterController.Move(value)class: CharacterController
description
Move the character controller and perform collision detection.
parameter
| param_name | type | description |
|---|---|---|
| value | Vector3 | The movement vector. |
reture
| type | description |
|---|---|
CollisionFlags | The collision state of the character controller. |
