![]() | SmoothenerTValue Class |
Namespace: Slash.Unity.DataBind.Foundation.Providers.Smootheners
The SmoothenerTValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | SmoothenerTValue | Initializes a new instance of the SmoothenerTValue class |
Name | Description | |
---|---|---|
![]() | Value |
Current data value.
(Overrides DataProviderValue.) |
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.) |
Name | Description | |
---|---|---|
![]() | Data |
Binding to get target value from.
|
![]() | InterruptDuringTransition |
Indicates if a new target value can interrupt the current transition.
If true the current transition is completed before a new target value is used.
|
![]() | MaxUpdateTime |
If set to smaller as 0, it is ignored. If set to 0 values are instant updated.
|
![]() | Velocity |
Velocity to change from current to target value (in change per second).
|