set_loop


Description:

[ 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.

Note:

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.

Parameters:

this

a Timeline

loop

true for enable looping