基础库 3.34.0 开始支持 从 Z 轴顺时针旋转一个角度。 参数 Number deg 参数说明 deg 的范围 -180~180 ,在 Z 轴旋转一个 deg 角度。 返回值 Animation 示例代码 const animation = bl.createAnimation(); animation.rotateZ(Math.random() * 720 - 360).step();