`cc.rotateBy` is not applied to `cc.Graphics` node

I am Cocos Creator 2.1.2
cc.rotateBy is not applied to cc.Graphics node.
It worked well before.
Help.

add cc.Graphics as a child to another node, rotate the parent node

@skara I tried it but it does not work either.

Version 2.0.10 works fine.

it’s probably because in 2.1+ the cc.Graphics pipeline is different, i’m not sure what the solution would be if the parent node doesn’t work, maybe use 2.0.10 for now and wait for the merge in 2.2

1 Like

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