RaycastResult

struct in UnityEngine.EventSystems

매뉴얼로 전환

설명

A hit result from a BaseRaycaster.

변수

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 함수

ClearReset the result.