cc.rotate3DBy


cc.rotate3DBy

1
2
let rotate = cc.rotate3DBy(0.3, cc.v3(90, 0, 0));
node.runAction(rotate)