加入 Node节点类 还未测试新框架
This commit is contained in:
@@ -7,13 +7,12 @@ class ActiveObject : public BaseObject
|
||||
public:
|
||||
// 三轴速度
|
||||
VecSpeed3 Speed;
|
||||
// 三轴移动余数
|
||||
VecPos3 Remainder;
|
||||
|
||||
int _zRemainderMove = 0;
|
||||
|
||||
public:
|
||||
void
|
||||
SetPosition(VecPos3 pos) override;
|
||||
SetPosition(VecFPos3 pos) override;
|
||||
void SetYpos(int y) override;
|
||||
|
||||
void SetSpeed(VecSpeed3 speed);
|
||||
|
||||
Reference in New Issue
Block a user