Skip to content

format

typescript
Rigidbody.MovePosition(value)

class: Rigidbody

description

Move the position of the Rigidbody.

parameter

param_nametypedescription
valueVector3The new position to move the Rigidbody to.

reture

typedescription
void

code example