Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
BoxColliderComponent.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include <
Components/BaseComponent.hpp
>
6
#include <
Components/TransformComponent.hpp
>
7
#include <
Math/AABB.hpp
>
8
9
namespace
shkyera
{
10
11
template
<RuntimeMode Mode = RuntimeMode::PRODUCTION>
12
struct
BoxColliderComponent
{
13
AABB
box
;
14
};
15
16
}
// namespace shkyera
AABB.hpp
BaseComponent.hpp
TransformComponent.hpp
shkyera
Definition
Asset.hpp:6
shkyera::AABB
Definition
AABB.hpp:8
shkyera::BoxColliderComponent
Definition
BoxColliderComponent.hpp:12
shkyera::BoxColliderComponent::box
AABB box
Definition
BoxColliderComponent.hpp:13
src
Components
BoxColliderComponent.hpp
Generated by
1.9.8
Franciszek Szewczyk © 2023