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
| const int | kNoEventMaskSet ( ) Const to use for clarity when no event mask is set |
| LayerMask | m_EventMask ( ) Layer mask used to filter events. |
| override Camera | eventCamera ( ) [Get] |
| int | depth ( ) [Get] Depth used to determine the order of event processing. |
| override int | sortOrderPriority ( ) [Get] |
| int | finalEventMask ( ) [Get] Event mask used to determine which objects will receive events. |
| LayerMask | eventMask ( ) [Get] Layer mask used to filter events. |
| int | sortOrder ( ) |
| override void | Perform a raycast using the worldSpaceRay in eventData. |
| void | Perform a Spherecast using the worldSpaceRay in eventData. |
| Vector2 | GetScreenPos ( Vector3 worldPosition ) Get screen position of this world position as seen by the event camera of this OVRPhysicsRaycaster |