Click or drag to resize

FloatSmoothenerDoStep 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 float DoStep(
	float value,
	float step,
	bool reverse
)

Parameters

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

Return Value

Type: Single
New value.
See Also