set_timeline
Description:
public void set_timeline (
Timeline? timeline)
Sets the Timeline used by this.
This function will take a reference on the passed timeline.
Parameters:
| this |
a Animation
|
| timeline |
a Timeline, or null to unset the current
Timeline
|