Table of Contents

InsertCallback Method

Namespace
DG.Tweening
Assembly
DOTween.dll

InsertCallback(Sequence, float, TweenCallback)

public static Sequence InsertCallback(this Sequence s, float atPosition, TweenCallback callback)

Parameters

s Sequence
atPosition float
callback TweenCallback

Returns

Sequence