Click or drag to resize

LongSmoothenerDoStep Method

Does one step for the data value.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Smootheners
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override long DoStep(
	long value,
	long step,
	bool reverse
)

Parameters

value
Type: SystemInt64
Current value.
step
Type: SystemInt64
Step to take.
reverse
Type: SystemBoolean
Indicates if the step should be forward or reverse.

Return Value

Type: Int64
New value.
See Also