How to get the camera responsible for OnMouseDown()?

OnMouseDown() is called when a gameobject has a mouse being pressed down on it, but suppose I have multiple cameras rendering simultaneously (i.e. one isn’t clearing the screen and drawing over it), how do I know which camera ‘OnMouseDown’ is responsible for?

If you need to know - it is probably better to use your own raycasting…