Table of Contents

SetEase Method

Namespace
DG.Tweening
Assembly
DOTween.dll

SetEase<T>(T, Ease)

public static T SetEase<T>(this T t, Ease ease) where T : Tween

Parameters

t T
ease Ease

Returns

T

Type Parameters

T

SetEase<T>(T, Ease, float)

public static T SetEase<T>(this T t, Ease ease, float overshoot) where T : Tween

Parameters

t T
ease Ease
overshoot float

Returns

T

Type Parameters

T

SetEase<T>(T, Ease, float, float)

public static T SetEase<T>(this T t, Ease ease, float amplitude, float period) where T : Tween

Parameters

t T
ease Ease
amplitude float
period float

Returns

T

Type Parameters

T

SetEase<T>(T, AnimationCurve)

public static T SetEase<T>(this T t, AnimationCurve animCurve) where T : Tween

Parameters

t T
animCurve AnimationCurve

Returns

T

Type Parameters

T

SetEase<T>(T, EaseFunction)

public static T SetEase<T>(this T t, EaseFunction customEase) where T : Tween

Parameters

t T
customEase EaseFunction

Returns

T

Type Parameters

T