Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

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.

Original lines: 19-147

Declaration hash: sha256:59f3553ee0b7086174b12872c43382e9437f47baa39aeade7eac89408e0a76d7

C#
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

C#
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

C#
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

C#
public static ITween DelayedCall(float delay, Action callback, bool unscaledTime = false);

Original lines: 67-80

Declaration hash: sha256:7e7de79c92138b4a074ec0ca83783f02ab2b2a83b2ce4cab81342073137f01eb

C#
public static void KillAll();
Full-size image