PointsAtColliderProvider Class |
Namespace: Slash.Unity.DataBind.UI.Unity.Providers
The PointsAtColliderProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| PointsAtColliderProvider | Initializes a new instance of the PointsAtColliderProvider 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.) | |
| Update |
Unity callback.
| |
| UpdateValue |
Called when the value of the data provider should be updated.
(Overrides DataProviderUpdateValue.) |
| Name | Description | |
|---|---|---|
| CameraBinding |
Camera to check.
| |
| Collider |
Collider to check.
| |
| MaxDistance |
Maximum distance to raycast for hit.
|