Skip to content

format

typescript
CharacterController.SimpleMove(value)

class: CharacterController

description

Performs a simple movement operation.

parameter

param_nametypedescription
valueVector3The movement speed.

reture

typedescription
booleanWhether the movement was successful.

code example