ValuesToVector3Converter Class |
Namespace: Slash.Unity.DataBind.Foundation.Providers.Converters
The ValuesToVector3Converter type exposes the following members.
| Name | Description | |
|---|---|---|
| ValuesToVector3Converter | Initializes a new instance of the ValuesToVector3Converter class |
| Name | Description | |
|---|---|---|
| Value |
Current data value.
(Overrides DataProviderValue.) |
| Name | Description | |
|---|---|---|
| Deinit |
Deinitializes the operator.
By default this method removes the added bindings.
(Overrides DataBindingOperatorDeinit.) | |
| Init |
Initializes the operator.
This method should be used to add bindings.
(Overrides DataBindingOperatorInit.) | |
| UpdateValue |
Called when the value of the data provider should be updated.
(Overrides DataProviderUpdateValue.) |
| Name | Description | |
|---|---|---|
| ValueX |
Data to use for x component of vector.
| |
| ValueY |
Data to use for y component of vector.
| |
| ValueZ |
Data to use for z component of vector.
|