 | FloatSmoothenerGetStep 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 override float GetStep(
float velocity,
float deltaTime
)
Protected Overrides Function GetStep (
velocity As Single,
deltaTime As Single
) As Single
protected:
virtual float GetStep(
float velocity,
float deltaTime
) override
abstract GetStep :
velocity : float32 *
deltaTime : float32 -> float32
override GetStep :
velocity : float32 *
deltaTime : float32 -> float32
Parameters
- velocity
- Type: SystemSingle
Velocity to get step for. - deltaTime
- Type: SystemSingle
Available time for step.
Return Value
Type:
SingleStep value for the specified velocity and available time.
See Also