Lysa.nodes  0.0
Lysa 3D Engine
RayCastHit Struct Reference

Detailed Description

Extended ray cast result that includes scene-node hit data in addition to the geometric hit.

Lua full name: lysa.nodes.RayCastHit

Properties

MeshInstance|nil mesh_instance
 The first MeshInstance the ray intersected, or nil if no geometry was hit. (read-only)
 

Property Documentation

MeshInstance|nil mesh_instance

The first MeshInstance the ray intersected, or nil if no geometry was hit. (read-only)