Click or drag to resize

SmoothenerTValueDoStep 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 abstract TValue DoStep(
	TValue value,
	TValue step,
	bool reverse
)

Parameters

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

Return Value

Type: TValue
New value.
See Also