Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
HitRecord.hpp
Go to the documentation of this file.
1#pragma once
2#include "entity/EntityId.hpp"
3
4namespace Physics {
9} // namespace Physics
Definition VehicleBuilder.hpp:22
Represents a unique identifier for an entity in the Engine's entity-component system....
Definition EntityId.hpp:14
Definition HitRecord.hpp:5
float t
Definition HitRecord.hpp:6
Engine::EntityId hitEntityId
Definition HitRecord.hpp:7