flipX ( flip ) ActionInstant
X轴翻转。
名称 类型 描述
flip Boolean
Indicate whether the target should be flipped or not
返回:
类型: ActionInstant
示例:
var flipXAction = cc.flipX(true);
flipY ( flip ) ActionInstant
Y轴翻转。
名称 类型 描述
flip Boolean
返回:
类型: ActionInstant
示例:
var flipYAction = cc.flipY(true);