Interactive UI: MAGES Graphic RaycasterΒΆ
MAGES Graphic Raycaster allows the users to create Interactable UI for raycasts.
Here is a list of the options of the component:

Name |
Explanation |
---|---|
Max Raycast Distance |
The maximum raycast distance. |
Ignore Reversed Graphics |
Flag to ignore Reversed graphics or not, meaning whether you can click from behind the UI or not. |
Check For 2D Occlusion |
If its set to true and the raycast hits a 2D collider it will lay on top of it. |
Check For 3D Occlusion |
If its set to true and the raycast hits a 3D collider it will lay on top of it. |
Blocking Objects |
Defines the Layers which the raycast can lay on top of the object colliders. |