Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

RaycastResult

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.

Public Functions

ClearReset the result.