Table of Contents

SetUpdate Method

Namespace
DG.Tweening
Assembly
DOTween.dll

SetUpdate(bool)

public TweenParams SetUpdate(bool isIndependentUpdate)

Parameters

isIndependentUpdate bool

Returns

TweenParams

SetUpdate(UpdateType, bool)

public TweenParams SetUpdate(UpdateType updateType, bool isIndependentUpdate = false)

Parameters

updateType UpdateType
isIndependentUpdate bool

Returns

TweenParams