How to move 3d object using TOUCH_MOVE

Hello,
I want to use events TOUCH_START, TOUCH_MOVE,TOUCH_END to move a 3d object but not.
this.node.on(cc.Node.EventType.TOUCH_MOVE, this.onTouchStart, this);

I am using Cocos Creator 2.3.3, 2.4.3.
Please help me, thanks.

Please try this.onTouchMove, or refer to the assets/cases/3d of the example-case.