 | 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
Syntaxprotected override float GetVelocity(
float value,
float duration
)
Protected Overrides Function GetVelocity (
value As Single,
duration As Single
) As Single
protected:
virtual float GetVelocity(
float value,
float duration
) override
abstract GetVelocity :
value : float32 *
duration : float32 -> float32
override GetVelocity :
value : float32 *
duration : float32 -> float32
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:
SingleVelocity required to process the amount with (in 1/s).
See Also