Click or drag to resize

TweenFactoryTween Method (Object, Vector2, Vector2, Single, FuncSingle, Single, ActionITweenVector2, ActionITweenVector2)

Start and add a Vector2 tween

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Vector2Tween Tween(
	Object key,
	Vector2 start,
	Vector2 end,
	float duration,
	Func<float, float> scaleFunc,
	Action<ITween<Vector2>> progress,
	Action<ITween<Vector2>> completion = null
)

Parameters

key
Type: SystemObject
Key
start
Type: Vector2
Start value
end
Type: Vector2
End value
duration
Type: SystemSingle
Duration in seconds
scaleFunc
Type: SystemFuncSingle, Single
Scale function
progress
Type: SystemActionITweenVector2
Progress handler
completion (Optional)
Type: SystemActionITweenVector2
Completion handler

Return Value

Type: Vector2Tween
Vector2Tween
See Also