Click or drag to resize

InterpolateFunction Delegate

An ease function delegate

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate float Function(
	float start,
	float end,
	float elapsedTime,
	float duration
)

Parameters

start
Type: SystemSingle
The starting value
end
Type: SystemSingle
The end value
elapsedTime
Type: SystemSingle
The time since the ease began
duration
Type: SystemSingle
The total length of time for the ease

Return Value

Type: Single
The value at the time passed in
See Also