Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

Graphic.Raycast

public bool Raycast(Vector2 sp, Camera eventCamera);

Parameters

spScreen point.
eventCameraCamera.

Returns

bool True if the provided point is a valid location for GraphicRaycaster raycasts.

Description

When a GraphicRaycaster is raycasting into the scene it does two things. First it filters the elements using their RectTransform rect. Then it uses this Raycast function to determine the elements hit by the raycast.

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