PropertyChaining.SetDelay<T>

Extension Method in PropertyChaining

Declaration

public static T SetDelay<T>(this T tween, float delay)
    where T : Tween

Description

Sets the delay of the tween to the given value.

Type Parameters

TThe type of the tween.

Parameters

tweenThe tween to assign the delay to.
delayThe delay to set.

Returns

TThe tween itself to allow for chaining.