RaycastResult

struct in UnityEngine.EventSystems

Cambiar al Manual

Descripción

A hit result from a BaseRaycaster.

Variables

depthLa profundidad relativa del elemento.
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.

Funciones Públicas

ClearResetear el resultado.