Table of Contents

SetLoops Method

Namespace
DG.Tweening
Assembly
DOTween.dll

SetLoops<T>(T, int)

public static T SetLoops<T>(this T t, int loops) where T : Tween

Parameters

t T
loops int

Returns

T

Type Parameters

T

SetLoops<T>(T, int, LoopType)

public static T SetLoops<T>(this T t, int loops, LoopType loopType) where T : Tween

Parameters

t T
loops int
loopType LoopType

Returns

T

Type Parameters

T