Table of Contents

SetDelay Method

Namespace
DG.Tweening
Assembly
DOTween.dll

SetDelay<T>(T, float)

public static T SetDelay<T>(this T t, float delay) where T : Tween

Parameters

t T
delay float

Returns

T

Type Parameters

T

SetDelay<T>(T, float, bool)

public static T SetDelay<T>(this T t, float delay, bool asPrependedIntervalIfSequence) where T : Tween

Parameters

t T
delay float
asPrependedIntervalIfSequence bool

Returns

T

Type Parameters

T