FloatSmoothener Class |
Namespace: Slash.Unity.DataBind.Foundation.Providers.Smootheners
The FloatSmoothener type exposes the following members.
| Name | Description | |
|---|---|---|
| FloatSmoothener | Initializes a new instance of the FloatSmoothener class |
| Name | Description | |
|---|---|---|
| DoStep |
Does one step for the data value.
(Overrides SmoothenerTValueDoStep(TValue, TValue, Boolean).) | |
| GetDifference |
Returns the difference between two values.
(Overrides SmoothenerTValueGetDifference(TValue, TValue).) | |
| GetStep |
Returns the step to take for the specified velocity and available time.
(Overrides SmoothenerTValueGetStep(TValue, Single).) | |
| GetVelocity |
Returns the velocity required to process the specified amount in the specified duration.
(Overrides SmoothenerTValueGetVelocity(TValue, Single).) | |
| IsLess |
Indicates if value A is less than value B.
(Overrides SmoothenerTValueIsLess(TValue, TValue).) |