I have a grid of actors that I want the user to be able to interact with using the mouse by way of all of the standard mouse events (click, mouse over, mouse out), but I have a problem.
On some of the parts of the grid, there are other actors that are above the grid itself, and they obstruct the camera’s view of the grid. Currently, this also blocks all mouse events to the underlying grid.
Is there a property that I can set on the actors that are above the grid or on the grid itself so that the grid will receive the mouse events and not the actors above it?