i6engine
1.0
|
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 |
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.
|
inline |
Definition at line 161 of file PhysicalStateComponent.h.
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.