|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
#include <box2d/box2d.h>#include <engine/physics/creation/physics_creation_flags.h>#include <engine/physics/world/body/body_2d.h>#include <engine/physics/world/body/body_type_2d.h>#include <engine/public/component.h>#include <engine/public/util/point.h>#include <engine/public/util/vector3.h>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | PhysicsCreationFactory |
| Factory class for creating physics bodies in the Box2D world. More... | |