Simple UI Interactor¶
The Simple UI Interactor enables users to interact smoothly with UIs that have the MAGES Graphic Raycaster component.
Options of the component:
Name |
Explanation |
---|---|
Input Source |
|
Ray Origin |
The ray origin for the UI interactor. The z-axis will be used for the ray’s forward direction. |
Ray Length |
The length of the raycast in Unity units. |
Reticle |
The reticle to use when hovering over UI elements. It will be initialized on Start(). |
Show Line Visual Only When Pointing at UI |
If true, the line will be invisible when not pointing at UIs. To enable visuals, the LineVisualizer component must be added to the GameObject or its children. |