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

TweenProviderBehaviour.cs declarations

Public API declaration excerpts from ../bitquirky-core/Runtime/Tween/Provider/TweenProviderBehaviour.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-core/Runtime/Tween/Provider/TweenProviderBehaviour.cs

Source file hash: sha256:97cd73168833af6e585151230f660ece8ee5bf5f5c98cfcb4341100cba8c3708

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

Original lines: 19-44

Declaration hash: sha256:08e88d4946caad77926a364c5b69488d0a9e18ab8a2652adf4cc85a8425c2f16

C#
public abstract class TweenProviderBehaviour : MonoBehaviour, ITweenProvider
{
}

Method: CreateFloat(object owner, TweenRequest request, Action<float> progress)

Section titled “Method: CreateFloat(object owner, TweenRequest request, Action<float> progress)”

Original lines: 22-25

Declaration hash: sha256:e4c6725bd4994d721b8df0dfa5b2f742bfd791f6d1f03e9c52ce8f1c29a13206

C#
public abstract ITweenOperation CreateFloat(object owner, TweenRequest request, Action<float> progress);

Method: CancelOwner(object owner, bool complete)

Section titled “Method: CancelOwner(object owner, bool complete)”

Original lines: 28

Declaration hash: sha256:849637a07c3ad7ef631cc65d3e7de841ee4863a5b8ad377fa388614f84d03b51

C#
public abstract int CancelOwner(object owner, bool complete = false);

Method: CancelAllOperations(bool complete)

Section titled “Method: CancelAllOperations(bool complete)”

Original lines: 35

Declaration hash: sha256:a518f875815016a318d69d3d9474f2c03fc5fd92f30418c586730ad3c84f4392

C#
protected abstract int CancelAllOperations(bool complete);

Original lines: 40-43

Declaration hash: sha256:c3e8d14049d7f766edaf6333358d577085aedb4e447b3a5d9a97a2f46141403e

C#
protected virtual void OnDisable();
Full-size image