7 #include "worldobjectslot.h"
23 const glm::vec3& direction();
24 void setDirection(
const glm::vec3& direction);
26 const std::shared_ptr<Engine>& engine();
27 void setEngine(
const std::shared_ptr<Engine>& engine);
29 void update(
float deltaSec);
31 void onVoxelRemoval();
36 std::shared_ptr<Engine> m_engine;
38 glm::vec3 m_direction;
Definition: worldobjectslot.h:14
Definition: engineslot.h:17
Definition: worldobjectcomponents.h:22
Definition: engineslotvoxel.h:10