大约有 4 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0013 秒)
...nvasGraphics = graphicsCanvas.graphics; } private function onMouseDown(e:*=null):void { isDown = true; color = colors[colorCount++ % colors.length]; path.length = 0; } private function onMouseMove(e:*=null):void { if (!isDown) return; path.push(Laya.stage.mouseX); path.push(Laya.stage.mouseY); } pri...
来源: Laya2.0_示例 发布时间: 20241124
...ndler.create(this, onAssetsLoaded)); } private function onAssetsLoaded(e:*=null):void { var robotData:* = Loader.getRes(ROBOT_DATA_PATH); var robotTexture:* = Loader.getRes(ROBOT_TEXTURE_PATH); // 使用资源 } } }
来源: Laya2.0_示例 发布时间: 20241124
...Laya.timer.frameLoop(1, this, animate); } private function animate(e:Event=null):void { ape1.rotation += 2; ape2.rotation -= 4; } } }
来源: Laya2.0_示例 发布时间: 20241124
...Laya.timer.frameLoop(1, this, animate); } private function animate(e:Event=null):void { sp1.rotation += 2; sp2.rotation += 2; } } }
来源: Laya2.0_示例 发布时间: 20241124