Table of Contents

ChangeEndValue Method

Namespace
DG.Tweening
Assembly
DOTween.dll

ChangeEndValue(object, float, bool)

public abstract Tweener ChangeEndValue(object newEndValue, float newDuration = -1, bool snapStartValue = false)

Parameters

newEndValue object
newDuration float
snapStartValue bool

Returns

Tweener

ChangeEndValue(object, bool)

public abstract Tweener ChangeEndValue(object newEndValue, bool snapStartValue)

Parameters

newEndValue object
snapStartValue bool

Returns

Tweener