TweenDriver.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Tween/TweenDriver.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Tween/TweenDriver.cs
Source file hash: sha256:1a8883349613bd96a07233211c7752fac9d0977a520c94b2842e07846a9f6e09
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: TweenDriver
Section titled “Type: TweenDriver”Original lines: 19-147
Declaration hash: sha256:59f3553ee0b7086174b12872c43382e9437f47baa39aeade7eac89408e0a76d7
public static class TweenDriver{}Method: Float(float startValue, float endValue, float duration, Action<float> onUpdate, bool unscaledTime)
Section titled “Method: Float(float startValue, float endValue, float duration, Action<float> onUpdate, bool unscaledTime)”Original lines: 40-45
Declaration hash: sha256:7091300d2b21fa61a6280d65aaed24992b0ba932e17c2eaf26b64e8414f70664
public static ITween Float(float startValue, float endValue, float duration, Action<float> onUpdate, bool unscaledTime = false);Method: TweenFloat(float from, float to, float duration, Action<float> onValue, bool unscaledTime)
Section titled “Method: TweenFloat(float from, float to, float duration, Action<float> onValue, bool unscaledTime)”Original lines: 48-52
Declaration hash: sha256:58ba83ce1d59dfd5b2b677e74a88187931e8a973509fafcefee0fecbc8d8e180
public static ITween TweenFloat(float from, float to, float duration, Action<float> onValue, bool unscaledTime = false);Method: DelayedCall(float delay, Action callback, bool unscaledTime)
Section titled “Method: DelayedCall(float delay, Action callback, bool unscaledTime)”Original lines: 59-64
Declaration hash: sha256:4a12661639dbf82d7139adc5475bdf9fb7ed0f9cdad1e0cd9e3ae76af08ae2cc
public static ITween DelayedCall(float delay, Action callback, bool unscaledTime = false);Method: KillAll()
Section titled “Method: KillAll()”Original lines: 67-80
Declaration hash: sha256:7e7de79c92138b4a074ec0ca83783f02ab2b2a83b2ce4cab81342073137f01eb
public static void KillAll();