MotionControl question

Hi,

is it possible to say to a MotionControl to wait a few seconds when onWayPointReach is triggered?

I’ve implemented a MotionCameraControl and I’d like to stay on object for some seconds.

Thanks in advance for any suggestion

Bye

you can call motionTrack.pause() when you reach a waypoint and just call the play() method a few seconds later

1 Like
nehon said:
you can call motionTrack.pause() when you reach a waypoint and just call the play() method a few seconds later

thanks !!!
bye