RaycastDataInfo Struct Reference
A struct that holds the raycasting data, including ray and results. More...
#include <RaycastData.hh>
Public Attributes | |
| std::vector< RayInfo > | rays | 
| The rays to cast from the entity.   | |
| std::vector< RaycastResultInfo > | results | 
| The results of the raycasting.   | |
Detailed Description
A struct that holds the raycasting data, including ray and results.
Member Data Documentation
◆ rays
| std::vector<RayInfo> rays | 
The rays to cast from the entity.
◆ results
| std::vector<RaycastResultInfo> results | 
The results of the raycasting.
The documentation for this struct was generated from the following file: