You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.