Version: 2019.1 (switch to 2018.3 or 2017.4)
LanguageEnglish
  • C#

RaycastResult

struct in UnityEngine.EventSystems

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A hit result from a BaseRaycaster.

Properties

depthThe relative depth of the element.
distanceDistance to the hit.
gameObjectThe GameObject that was hit by the raycast.
indexHit index.
isValidIs there an associated module and a hit GameObject.
module BaseInputModule that raised the hit.
screenPositionThe screen position from which the raycast was generated.
sortingLayerThe SortingLayer of the hit object.
sortingOrderThe SortingOrder for the hit object.
worldNormalThe normal at the hit location of the raycast.
worldPositionThe world position of the where the raycast has hit.

Public Methods

ClearReset the result.

Did you find this page useful? Please give it a rating: