[ Version ( deprecated = true , deprecated_since = "1.10" ) ]
public void set_loop (bool loop)
Warning: set_loop is deprecated since 1.10.
Sets whether this should loop.
Use set_repeat_count instead.
This function is equivalent to calling set_repeat_count with -1 if
loop
is true
, and with 0 if loop
is false
.
this |
a Timeline |
loop |
|