 | SmoothenerTValueGetStep Method |
Returns the step to take for the specified velocity and available time.
Namespace:
Slash.Unity.DataBind.Foundation.Providers.Smootheners
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected abstract TValue GetStep(
TValue velocity,
float deltaTime
)
Protected MustOverride Function GetStep (
velocity As TValue,
deltaTime As Single
) As TValue
protected:
virtual TValue GetStep(
TValue velocity,
float deltaTime
) abstract
abstract GetStep :
velocity : 'TValue *
deltaTime : float32 -> 'TValue
Parameters
- velocity
- Type: TValue
Velocity to get step for. - deltaTime
- Type: SystemSingle
Available time for step.
Return Value
Type:
TValueStep value for the specified velocity and available time.
See Also