Table of Contents

BeginInvoke Method

Namespace
DG.Tweening
Assembly
DOTween.dll

BeginInvoke(float, float, float, float, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(float time, float duration, float overshootOrAmplitude, float period, AsyncCallback callback, object @object)

Parameters

time float
duration float
overshootOrAmplitude float
period float
callback AsyncCallback
object object

Returns

IAsyncResult