ITweenProvider.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Tween/Provider/ITweenProvider.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: ITweenProvider
Section titled “Type: ITweenProvider”Original lines: 17-35
Declaration hash: sha256:98f24968adafd7e0d310d31d95349991dc4eb8a62a184fcda97bd778be07d8a4
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
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
int CancelOwner(object owner, bool complete = false);