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

ITweenProvider.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:f39c598c8c3f4cd564a5db1cb89eb866c02cd0848063f50ad7594ac0126110bc

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

Original lines: 17-35

Declaration hash: sha256:98f24968adafd7e0d310d31d95349991dc4eb8a62a184fcda97bd778be07d8a4

C#
public interface ITweenProvider
{
}

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

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

Original lines: 26

Declaration hash: sha256:48396faa7839991d41e3ad13c2cb6d11c39a8ce0b5002c6b1034ab826526c32f

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

Declaration hash: sha256:7e07f3edaaaf08637363e477159a268d178bee8a266847b9cdf2a84e7720b0c1

C#
int CancelOwner(object owner, bool complete = false);
Full-size image