moveTo

abstract fun moveTo(to: DIso3)

For RigidBodyType.KINEMATIC: sets this body's kinematic target to a specific position in the world, and the physics engine will apply the correct velocities to move it to that position. In this way, the movement is physically accurate (pushing other physics objects out of the way) but this body will not be pushed by others.