CurvedUI
  • 👋Getting Started
    • Compatibility
    • CurvedUI in a new Project
    • Setup for Steam VR SDK
    • Setup for Meta XR SDK
    • Setup for Unity XR SDK
    • Setup for other Platforms
  • 🔰Scripting API
    • CurvedUIInputModule
    • CurvedUISettings
    • CurvedUIRaycaster
  • ❓FAQ & Common Problems
  • 🐞Known Issues
  • 🗒️Changelog
  • 🙋Contact & Support
Powered by GitBook
On this page
  1. Scripting API

CurvedUIRaycaster

Member Name
Summary

Click

Clicks on the currently pointed at object.

CurrentPointedAt

Gets the current game object being pointed at.

EventCamera

Gets or sets the event camera.

GetObjectsHitByRay

Gets the objects hit by the specified ray.

GetObjectsUnderPointer

Gets the objects under the pointer.

GetObjectsUnderScreenPos

Gets the objects under the specified screen position.

pointingAtCanvas

Indicates whether the pointer is currently pointing at the canvas.

RaycastLayerMask

Gets or sets the layer mask used for raycasting.

RebuildCollider

Rebuilds the collider for the canvas.

PreviousCurvedUISettingsNextFAQ & Common Problems

Last updated 3 months ago

🔰