PathEngine calls back to this method for application-side validation of jump type connection candidates.
| fromPoint3D | |
3D coordinates for a 'from' endpoint candidate, in the order x,y,z.
|
| toPoint3D | |
3D coordinates for a 'to' endpoint candidate, in the order x,y,z.
|
| penaltyOut | |
The cost of off-mesh movement from the 'from' endpoint candidate to the 'to' endpoint candidate,
or -1 if off mesh movement is not possible between these endpoint candidates and in this direction.
|
| penaltyBack | |
The cost of off-mesh movement from the 'to' endpoint candidate to the 'from' endpoint candidate,
or -1 if off mesh movement is not possible between these endpoint candidates and in this direction.
|