Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

UI.Graphic.Raycast

Switch to Manual
public function Raycast(sp: Vector2, eventCamera: Camera): bool;

Parameters

sp Screen point.
eventCamera Camera.

Returns

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

Description

When a GraphicRaycaster is raycasting into the scene it will first filter the elments using their RectTransform rect and then it will use this function to determine the elements hit mby the raycast.