SmoothenerTValue Methods |
The SmoothenerTValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Disable |
Disable the operator.
(Overrides DataBindingOperatorDisable.) | |
| DoStep |
Does one step for the data value.
| |
| Enable |
Enable the operator.
(Overrides DataBindingOperatorEnable.) | |
| GetDifference |
Returns the difference between two values.
| |
| GetStep |
Returns the step to take for the specified velocity and available time.
| |
| GetVelocity |
Returns the velocity required to process the specified amount in the specified duration.
| |
| Init |
Initializes the operator.
This method should be used to add bindings.
(Overrides DataBindingOperatorInit.) | |
| IsLess |
Indicates if value A is less than value B.
| |
| Update |
Unity callback.
| |
| UpdateValue |
Called when the value of the data provider should be updated.
(Overrides DataProviderUpdateValue.) |