Game Engine 2D Platformer
Classes | Enumerations
PhysicsComponent.hpp File Reference
#include "Component.hpp"
Include dependency graph for PhysicsComponent.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PhysicsComponent
 PhysicsComponent class used manage a GameEntity's movement. More...
 

Enumerations

enum  collisionType {
  top , left , bottom , right ,
  noCollision
}
 Enum of type of Collisions i.e. Top, Bottom and etc. More...
 

Enumeration Type Documentation

◆ collisionType

Enum of type of Collisions i.e. Top, Bottom and etc.

Enumerator
top 
left 
bottom 
right 
noCollision