Click or drag to resize

SmoothenerTValueGetVelocity Method

Returns the velocity required to process the specified amount in the specified duration.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Smootheners
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected abstract TValue GetVelocity(
	TValue amount,
	float duration
)

Parameters

amount
Type: TValue
Amount to process.
duration
Type: SystemSingle
Duration available to process (in s).

Return Value

Type: TValue
Velocity required to process the amount with (in 1/s).
See Also