Click or drag to resize

SmoothenerTValue Methods

The SmoothenerTValue generic type exposes the following members.

Methods
  NameDescription
Public methodDisable
Disable the operator.
(Overrides DataBindingOperatorDisable.)
Protected methodDoStep
Does one step for the data value.
Public methodEnable
Enable the operator.
(Overrides DataBindingOperatorEnable.)
Protected methodGetDifference
Returns the difference between two values.
Protected methodGetStep
Returns the step to take for the specified velocity and available time.
Protected methodGetVelocity
Returns the velocity required to process the specified amount in the specified duration.
Public methodInit
Initializes the operator. This method should be used to add bindings.
(Overrides DataBindingOperatorInit.)
Protected methodIsLess
Indicates if value A is less than value B.
Protected methodUpdate
Unity callback.
Protected methodUpdateValue
Called when the value of the data provider should be updated.
(Overrides DataProviderUpdateValue.)
Top
See Also