PropertyChaining.SetEase<T>

Extension Method in PropertyChaining

Declaration

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

Description

Sets the ease of the tween to the given value.

Type Parameters

TThe type of the tween.

Parameters

tweenThe tween to assign the ease to.
easeThe ease to set.

Returns

TThe tween itself to allow for chaining.