OVRRaycaster Class
Extends GraphicRaycaster, IPointerEnterHandler
Extension of GraphicRaycaster to support ray casting with world space rays instead of just screen-space pointer positions.
override Camera eventCamera[Get]
override int sortOrderPriority[Get]
override void Raycast ( PointerEventData eventData,
List< RaycastResult > resultAppendList )
Performs a raycast using eventData.worldSpaceRay.
ParameterseventData
resultAppendList
void RaycastPointer ( PointerEventData eventData,
List< RaycastResult > resultAppendList )
Performs a raycast using the pointer object attached to this
OVRRaycaster.
ParameterseventData
resultAppendList
Vector2 GetScreenPosition ( RaycastResult raycastResult )
Get screen position of worldPosition contained in this RaycastResult.
Is this the currently focussed Raycaster according to the InputModule.
void OnPointerEnter ( PointerEventData e )