PathFollowingAnimator.setLoop() method

Enable/Disable looping animation.

Signature:

setLoop(loop: boolean): void;

Parameters

ParameterDescription
loopTrue to loop the animation.

Returns:

void