Table of Contents

Int Method

Namespace
DG.Tweening
Assembly
DOTween.dll

Int(int, int, float, TweenCallback<int>)

public static Tweener Int(int from, int to, float duration, TweenCallback<int> onVirtualUpdate)

Parameters

from int
to int
duration float
onVirtualUpdate TweenCallback<int>

Returns

Tweener