NcEngine
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
nc::RayCastResult Struct Reference

Result of a raycast query. More...

#include <CollisionQuery.h>

Public Attributes

Entity hit = Entity::Null()
 parent Entity of the first hit body or Entity::Null()
 
Vector3 point = Vector3::Zero()
 worldspace point where the ray intersects the body
 
Vector3 surfaceNormal = Vector3::Zero()
 surface normal on the hit body
 

Detailed Description

Result of a raycast query.


The documentation for this struct was generated from the following file: