Click or drag to resize

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
Syntax
protected override float GetStep(
	float velocity,
	float deltaTime
)

Parameters

velocity
Type: SystemSingle
Velocity to get step for.
deltaTime
Type: SystemSingle
Available time for step.

Return Value

Type: Single
Step value for the specified velocity and available time.
See Also