Open
Description
Is your feature request related to a problem? Please describe.
Currently, i'm facing an scenario where i need to ignore multiple elements using processLineOfSight, however function allows to ignore only one element.
Describe the solution you'd like
Allow function to accept table of elements aswell.
Describe alternatives you've considered
Calling processLineOfSight/isLineOfSightClear more than once.