urho
urho copied to clipboard
stop animation
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