[ Version ( since = "1.10" ) ]
public void set_repeat_count (int count)
Sets the number of times the this should repeat.
If count
is 0, the timeline never repeats.
If count
is -1, the timeline will always repeat until it's stopped.
this |
a Timeline |
count |
the number of times the timeline should repeat |