SmoothCollectionChangesFormatter Class |
Namespace: Slash.Unity.DataBind.Foundation.Providers.Formatters
The SmoothCollectionChangesFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
| SmoothCollectionChangesFormatter | Initializes a new instance of the SmoothCollectionChangesFormatter class |
| Name | Description | |
|---|---|---|
| Value |
Current data value.
(Overrides DataProviderValue.) |
| Name | Description | |
|---|---|---|
| Disable |
Disable the operator.
(Overrides DataBindingOperatorDisable.) | |
| Enable |
Enable the operator.
(Overrides DataBindingOperatorEnable.) | |
| Init |
Initializes the operator.
This method should be used to add bindings.
(Overrides DataBindingOperatorInit.) | |
| Update |
Unity callback.
| |
| UpdateProvider |
Updates the formatter.
| |
| UpdateValue |
Called when the value of the data provider should be updated.
(Overrides DataProviderUpdateValue.) |
| Name | Description | |
|---|---|---|
| Collection |
Collection to smooth.
| |
| Interval |
Interval between two items to be added, in seconds.
|