Table of Contents

SetRecyclable Method

Namespace
DG.Tweening
Assembly
DOTween.dll

SetRecyclable<T>(T)

public static T SetRecyclable<T>(this T t) where T : Tween

Parameters

t T

Returns

T

Type Parameters

T

SetRecyclable<T>(T, bool)

public static T SetRecyclable<T>(this T t, bool recyclable) where T : Tween

Parameters

t T
recyclable bool

Returns

T

Type Parameters

T