cc.rotate3DBy

cc.rotate3DBy

3D旋转示例

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