Table of Contents

DOLocalJump Method

Namespace
DG.Tweening
Assembly
DOTween.dll

DOLocalJump(Transform, Vector3, float, int, float, bool)

public static Sequence DOLocalJump(this Transform target, Vector3 endValue, float jumpPower, int numJumps, float duration, bool snapping = false)

Parameters

target Transform
endValue Vector3
jumpPower float
numJumps int
duration float
snapping bool

Returns

Sequence