22 #ifndef TWP_WALKBOXNODE_H 23 #define TWP_WALKBOXNODE_H 25 #include "twp/scenegraph.h" 29 enum class WalkboxMode {
39 void setMode(WalkboxMode mode) { _mode = mode; }
40 WalkboxMode getMode()
const {
return _mode; }
43 virtual void drawCore(
const Math::Matrix4 &trsf)
override;
59 void setMode(PathMode mode) { _mode = mode; }
60 PathMode getMode()
const {
return _mode; }
63 Math::Vector2d fixPos(
const Math::Vector2d &pos);
64 virtual void drawCore(
const Math::Matrix4 &trsf)
override;
67 PathMode _mode = PathMode::None;
75 virtual void drawCore(
const Math::Matrix4 &trsf)
override;
Definition: walkboxnode.h:70
Definition: walkboxnode.h:35
Definition: scenegraph.h:41
Definition: walkboxnode.h:55
Definition: achievements_tables.h:27