アニメーションティッカー
animation_ticker
SpriteAnimationTicker
以前で、SpriteAnimationComponentを使ってアニメーションを表示しました。
SpriteAnimationTicker を使えば、アニメーションの終了を待つなど状況に応じて処理ができます。
SpriteAnimationTickerはSpriteAnimationComponentのanimationTickerプロパティで取得できます。
動かす
タップした位置にアニメーションを表示し、アニメーションが終わったら四角形を表示するようにします。
animationTickerのcompletedをawaitを待つことで実現できます。
これでアニメーションの状況に応じた処理ができます。
animation_ticker