i6engine  1.0
i6e::api::RayTestResult Struct Reference

struct containing information from raytest objID: id of GO hit first by the ray sourceID: id of the soure GO collisionPoint: hit point More...

#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/components/PhysicalStateComponent.h>

Public Member Functions

 RayTestResult ()
 

Public Attributes

int64_t objID
 
int64_t sourceID
 
Vec3 collisionPoint
 

Detailed Description

struct containing information from raytest objID: id of GO hit first by the ray sourceID: id of the soure GO collisionPoint: hit point

Definition at line 156 of file PhysicalStateComponent.h.

Constructor & Destructor Documentation

i6e::api::RayTestResult::RayTestResult ( )
inline

Definition at line 161 of file PhysicalStateComponent.h.

Member Data Documentation

Vec3 i6e::api::RayTestResult::collisionPoint

Definition at line 159 of file PhysicalStateComponent.h.

int64_t i6e::api::RayTestResult::objID

Definition at line 157 of file PhysicalStateComponent.h.

int64_t i6e::api::RayTestResult::sourceID

Definition at line 158 of file PhysicalStateComponent.h.


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