 | 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
Syntaxprotected abstract TValue GetVelocity(
TValue amount,
float duration
)
Protected MustOverride Function GetVelocity (
amount As TValue,
duration As Single
) As TValue
protected:
virtual TValue GetVelocity(
TValue amount,
float duration
) abstract
abstract GetVelocity :
amount : 'TValue *
duration : float32 -> 'TValue
Parameters
- amount
- Type: TValue
Amount to process. - duration
- Type: SystemSingle
Duration available to process (in s).
Return Value
Type:
TValueVelocity required to process the amount with (in 1/s).
See Also