xamarin/urho

stop animation

Opened this issue · 0 comments

there is a possibility to stop animation ahead of schedule?

act= await node.RunActionsAsync(new EaseSineOut(new RotateAroundBy(...

node.RemoveAllActions(); // Works
node.RemoveAction(act); // Fail