This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| Canvas | m_Canvas ( ) |
| List< RaycastHit > | m_RaycastResults ( ) For the given ray, find graphics on this canvas which it intersects and are not blocked by other world objects |
| Canvas | canvas ( ) [Get] |
| override Camera | eventCamera ( ) [Get] |
| override int | sortOrderPriority ( ) [Get] |
| static readonly List< RaycastHit > | s_SortedGraphics ( ) Perform a raycast into the screen and collect all graphics underneath it. |
OVRRaycaster ( ) |
| void | Raycast ( PointerEventData eventData, List< RaycastResult > resultAppendList, Ray ray, bool checkForBlocking ) |
| void |
| override void | Performs a raycast using eventData.worldSpaceRay |
| void | Performs a raycast using the pointer object attached to this OVRRaycaster |
| Vector2 | GetScreenPosition ( RaycastResult raycastResult ) Get screen position of worldPosition contained in this RaycastResult |
| bool | IsFocussed ( ) Is this the currently focussed Raycaster according to the InputModule |
| void | OnPointerEnter ( PointerEventData e ) |
| static bool | Detects whether a ray intersects a RectTransform and if it does also returns the world position of the intersection. |