Lysa.nodes  0.0
Lysa 3D Engine
RayCast Struct Reference

Detailed Description

A node that continuously casts a ray from its origin along its local -Z axis and reports the first hit.

Inherits from: Node

Lua full name: lysa.nodes.RayCast

Properties

CollisionObject|nil collider
 The first CollisionObject the ray intersected last frame, or nil if no hit. (read-only)
 

Property Documentation

CollisionObject|nil collider

The first CollisionObject the ray intersected last frame, or nil if no hit. (read-only)