Click or drag to resize

GLMonoBehaviourTweenT Method (T, T, Single, FuncT, T, Single, T, ActionT, FuncSingle)

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(2, 3, 0)]
public Coroutine Tween<T>(
	T start,
	T finish,
	float totalTime,
	Func<T, T, float, T> lerp,
	Action<T> action,
	Func<float> deltaTime
)

Parameters

start
Type: T
finish
Type: T
totalTime
Type: SystemSingle
lerp
Type: SystemFuncT, T, Single, T
action
Type: SystemActionT
deltaTime
Type: SystemFuncSingle

Type Parameters

T

Return Value

Type: Coroutine
See Also