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

NativeTweenProvider.cs declarations

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

Source snapshot ad0983d00d77.

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

Source file hash: sha256:514d8c76961610a41769134c51541820888decd18d3ef2bb3f44c9b4c424c855

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

Original lines: 20-92

Declaration hash: sha256:74ac317c4281626b71740d492b55e55a66731c4a9ba8ea7af03460c118a3eb19

C#
public sealed class NativeTweenProvider : TweenProviderBehaviour
{
}

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

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

Original lines: 25-49

Declaration hash: sha256:3d06ccaf7d6e4cf26de5e73a6ffcd1475aaf9d693bf9541f8eb07b93899fd737

C#
public override 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: 52-74

Declaration hash: sha256:cc5b2102a60a5c4fcf2509ac01508fa4628d75fc7c7b750b5cea5b88b30e5dea

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

Method: CancelAllOperations(bool complete)

Section titled “Method: CancelAllOperations(bool complete)”

Original lines: 77-86

Declaration hash: sha256:226cb0ef34ba515faf8c25490b9572ab6c57300d97f0bcf99f42b22810279c1a

C#
protected override int CancelAllOperations(bool complete);
Full-size image