Click or drag to resize

TweenTContinueWithTNewTween Method

Set another tween to execute when this tween finishes. Inherits the Key and if using Unity, GameObject, Renderer and ForceUpdate properties.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Tween<TNewTween> ContinueWith<TNewTween>(
	Tween<TNewTween> tween
)
where TNewTween : struct, new()

Parameters

tween
Type: DigitalRuby.WeatherMakerTweenTNewTween
New tween

Type Parameters

TNewTween
Type of new tween

Return Value

Type: TweenTNewTween
New tween
See Also