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
T | The type of the tween. |
Parameters
tween | The tween to assign the delay to. |
delay | The delay to set. |
Returns
T | The tween itself to allow for chaining. |