TweenProviderBehaviour.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Tween/Provider/TweenProviderBehaviour.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: TweenProviderBehaviour
Section titled “Type: TweenProviderBehaviour”Original lines: 19-44
Declaration hash: sha256:08e88d4946caad77926a364c5b69488d0a9e18ab8a2652adf4cc85a8425c2f16
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
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
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
protected abstract int CancelAllOperations(bool complete);Method: OnDisable()
Section titled “Method: OnDisable()”Original lines: 40-43
Declaration hash: sha256:c3e8d14049d7f766edaf6333358d577085aedb4e447b3a5d9a97a2f46141403e
protected virtual void OnDisable();