detach_animation


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public void detach_animation ()

Warning: detach_animation is deprecated since 1.12.

Detaches the Animation used by this, if animate has been called on this.

Note:

Use the implicit transition for animatable properties in Actor instead, and remove_transition to remove the transition.

Once the animation has been detached, it loses a reference. If it was the only reference then the Animation becomes invalid.

The completed signal will not be emitted.

Parameters:

this

a Actor