Click or drag to resize

GTweenTo Method (Single, Single, Single)

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static GTweener To(
	float startValue,
	float endValue,
	float duration
)

Parameters

startValue
Type: SystemSingle
endValue
Type: SystemSingle
duration
Type: SystemSingle

Return Value

Type: GTweener
See Also