If you attach a Moveable component to an object, you can use the Object: Transform Action to turn it by a set amount.
To have it turn in a loop, however, it's best to use animation. Attach an Animator to the object and assign a looping Animation that causes it to rotate in the way you want. If you need to control animation playback during runtime, you can use the Object: Animate Action.
Comments
What kind of object are you trying to rotate?
If you attach a Moveable component to an object, you can use the Object: Transform Action to turn it by a set amount.
To have it turn in a loop, however, it's best to use animation. Attach an Animator to the object and assign a looping Animation that causes it to rotate in the way you want. If you need to control animation playback during runtime, you can use the Object: Animate Action.
Thanks a lot for in-depth explanation. I use Animation.