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/ITween.cs

Source file hash: sha256:7fa638873cbdd4e9a893f6102ead5364ab5e49cbddd5b51224d5f4623ff7c70e

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 17-35

Declaration hash: sha256:c7dea352d6e5e1e046e63eb6572b54e007df551fd90fa60e45eef80c8028dc97

C#
public interface ITween
{
}

Original lines: 22

Declaration hash: sha256:911bf47c7053976d07586c503699d707ba8d09f5e7f15f1367237e2a050714c3

C#
ITween SetEase(Ease ease);

Original lines: 26

Declaration hash: sha256:8ee8e88b4750393d07d1a71e02e5818c631591f46624e1dd61d8abd50836814a

C#
ITween OnComplete(Action callback);

Original lines: 30

Declaration hash: sha256:232550804d578629de26186c16fb42c6cb1d68f4bbef575951af28745d63932d

C#
void Kill(bool complete = false);

Original lines: 34

Declaration hash: sha256:a65ab4eee580152b32d674f9d7415c9c755ab5641a9573a0fd44185493be57ee

C#
Awaitable WaitForCompletion();

Original lines: 51-85

Declaration hash: sha256:b897be2972a6f230664fcbf66db326412dc69ed135cbefab086904fa7ae285b9

C#
public enum Ease
{
}

Original lines: 54

Declaration hash: sha256:e6950b45d25c2027b1ecae90490570d89bb0285e606df6ea24c16377fb0f2cf1

C#
Linear

Original lines: 57

Declaration hash: sha256:5fc12dd0b46638f0cd389c6b23ee88b8f33b32d13187ccb594c9efb7755fbeef

C#
InQuad

Original lines: 60

Declaration hash: sha256:447b41b008c1fe6e3ce5ad0f0885205d334af23e31400b90d96cc209a10c5103

C#
OutQuad

Original lines: 63

Declaration hash: sha256:8ee3921465faf6fc39bcd94318c922a1df3823f27d07247bc48705bd9f481faf

C#
InOutQuad

Original lines: 66

Declaration hash: sha256:3626f0fb40f1abe5a7146486d5ec5f376c506fdb425d52efb292de5633836c5c

C#
InCubic

Original lines: 69

Declaration hash: sha256:7a18d2b90fedee14485afc7e2160b41e174d57e9ebaaf2dd377f37aa5461919e

C#
OutCubic

Original lines: 72

Declaration hash: sha256:2ab2162f1c8b192f0d1e725119adb0a3a546be406943133fc266dfeffc087c45

C#
InOutCubic

Original lines: 75

Declaration hash: sha256:e991497f8ea7e7e4bead0cca4ea03815bf53403b1f397eb7465c85fb306f124d

C#
InSine

Original lines: 78

Declaration hash: sha256:d5f54f29d298fd5b006d9b3dc16b638dc96acf8f6ae8b51904c8adb5290c99a4

C#
OutSine

Original lines: 81

Declaration hash: sha256:224f9087b058f7aa30820200c172a5fc86bd5516b2b757bca8280867e1f9eb2f

C#
InOutSine

Original lines: 84

Declaration hash: sha256:3702a0a003d69192d54c610b7ea164c6de06d17e32f5189504197819d179d213

C#
OutBack
Full-size image