Table of Contents

SetRelative Method

Namespace
DG.Tweening
Assembly
DOTween.dll

SetRelative<T>(T)

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

Parameters

t T

Returns

T

Type Parameters

T

SetRelative<T>(T, bool)

public static T SetRelative<T>(this T t, bool isRelative) where T : Tween

Parameters

t T
isRelative bool

Returns

T

Type Parameters

T