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

Script language

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

EventSystem.RaycastAll

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

Parameters

eventData Current pointer data.
raycastResults List of 'hits' to populate.

Description

Raycast into the scene using all configured BaseRaycasters.