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