Skip to content

RaycasterValueAsset

ScriptableObject that stores a shared Raycaster configuration, editable in the Project window.

Namespace: Jungle.Values
Inherits: ValueAsset<Raycaster>

Overview

Create from Jungle / Physics / Raycaster Value. Stores a Raycaster configuration (ray origin, direction, distance, layer mask) that can be shared across multiple raycasting systems.

Properties

Property Type Description
value Raycaster The stored raycaster configuration.

See Also