2.2.0 3D 移动问题


2.2.0 3D 移动问题

cc.MoveBy 移动的位置会有问题,可以使用 cc.tween 替代

1
cc.tween(node).by(0.3, { position: cc.v3(100, 0, 0) }).start();