Table of Contents

Vector3 Method

Namespace
DG.Tweening
Assembly
DOTween.dll

Vector3(Vector3, Vector3, float, TweenCallback<Vector3>)

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

Parameters

from Vector3
to Vector3
duration float
onVirtualUpdate TweenCallback<Vector3>

Returns

Tweener