Table of Contents

SetSpeedBased Method

Namespace
DG.Tweening
Assembly
DOTween.dll

SetSpeedBased<T>(T)

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

Parameters

t T

Returns

T

Type Parameters

T

SetSpeedBased<T>(T, bool)

public static T SetSpeedBased<T>(this T t, bool isSpeedBased) where T : Tween

Parameters

t T
isSpeedBased bool

Returns

T

Type Parameters

T