Upgrade to Pro — share decks privately, control downloads, hide ads and more …

DOTween便利Tips集/dotween-tips

ゆーじ
March 24, 2021

 DOTween便利Tips集/dotween-tips

知らなかった!DOTween便利Tips集

ゆーじ

March 24, 2021
Tweet

More Decks by ゆーじ

Other Decks in Programming

Transcript

  1. Gotanda.unity #17 ゆーじ @yuji_ap ① 秒数に0を指定する      DOMoveX(3f, 0) ② 相対的な値を指定する     SetRelative(true) ③

    timescaleを無視する     SetUpdate(true) ④ 開始時の値を指定する     From() ⑤ 一定時間後に処理実行する   DOVirtual.DelayCall() ⑥ 共通のパラメータを使う    TweenParams, SetAs() ⑦ 往復アニメーション      SetLoops(2, LoopType.Yoyo)