Click or drag to resize

FloatSmoothenerGetVelocity 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 override float GetVelocity(
	float value,
	float duration
)

Parameters

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:Slash.Unity.DataBind.Foundation.Providers.Smootheners.FloatSmoothener.GetVelocity(System.Single,System.Single)"]

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

Return Value

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