LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

EventSystem.RaycastAll

public void RaycastAll(EventSystems.PointerEventData eventData, List<RaycastResult> raycastResults);

Parameters

eventDataCurrent pointer data.
raycastResultsList of 'hits' to populate.

Description

Raycast into the scene using all configured BaseRaycasters.