urho icon indicating copy to clipboard operation
urho copied to clipboard

stop animation

Open Zamir7 opened this issue 6 years ago • 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

Zamir7 avatar Apr 01 '18 00:04 Zamir7