to improve (broken)

This commit is contained in:
Jett
2021-12-09 21:06:01 +00:00
parent e4de42659e
commit a9dc0e0dac
4 changed files with 28 additions and 9 deletions

View File

@@ -7,6 +7,8 @@
#include "NiQuaternion.h"
#include "tinyxml2.h"
#include "Component.h"
#include "dpCollisionChecks.h"
#include "PhantomPhysicsComponent.h"
class Entity;
class dpEntity;
@@ -218,6 +220,13 @@ public:
*/
bool GetStatic() const { return m_Static; }
/**
* Returns the Physics entity for the component
* @return Physics entity for the component
*/
dpEntity* GetdpEntity() const { return m_dpEntity; }
private:
/**
* The entity that owns this component