Bezier method in cocos creator 3

how can we use bezierTo() along with tweening in Cocos creator 3?

Hi, This might help you ,check this. https://docs.cocos.com/creator/manual/en/ui-system/components/editor/graphics.html

@skv20 can we use it without graphics component, i just wanted to use bezeirTo() to update sprite position while tweening. can we achieve it?

you can refer to this:

cocos/cocos-awesome-tech-solutions/blob/3.4.0-release/demo/Creator3.4.0_GameTimeScale/assets/scripts/ModelTween.ts

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.