Table of Contents

DOJump Method

Namespace
DG.Tweening
Assembly
DOTween.dll

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

public static Sequence DOJump(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