Click or drag to resize

LongSmoothenerGetStep 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 long GetStep(
	long velocity,
	float deltaTime
)

Parameters

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

Return Value

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