Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RaycastResult

struct in UnityEngine.EventSystems

Switch to Manual

Description

A hit result from a BaseRaycastModule.

Variables

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.
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 Functions

ClearReset the result.