remove_transition
Description:
[
Version ( since =
"1.10" ) ]
public void remove_transition (
string name)
Removes the transition stored inside a Actor using name
identifier.
If the transition is currently in progress, it will be stopped.
This function releases the reference acquired when the transition was added to the
Actor.
Parameters:
this |
a Actor
|
name |
the name of the transition to remove
|