Legacy Documentation: Version 2017.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

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 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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答