transition_stopped
Description:
The transition_stopped signal is emitted once a transition is stopped; a transition is stopped once it reached its
total duration (including eventual repeats), it has been stopped using stop
, or it has been removed from the transitions applied on actor
, using
remove_transition.
Parameters:
name |
the name of the transition |
is_finished |
whether the transition was finished, or stopped |