Collision Picking entities on mouse move

I have entities that are ‘Clickable’, some action happens once I ‘click’ on them,
Now to notify players that entities are interactive I’m raycasting on every frame from the center of the screen (I have a little pointer), once I get result I’m displaying another icon near pointer, the question is, any better way of doing this instead of continous raycasts?