• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,038 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0094 秒)

911. 1.7.13打包发布web版本报错 [ 44%]

...es\uglify-js\lib\parse.js:204 throw new JS_Parse_Error(message, line, col, pos); ^ Error at new JS_Parse_Error (D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:196:18) at js_error (D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:204:11) at parse_error (D...

来源: Laya_社区 发布时间: 20171206

912. 骨骼动画-多纹理 [ 43%]

...ure = mFactory.buildArmature(1); Laya.stage.addChild(mArmature); mArmature.pos(mStartX, mStartY); mArmature.scale(0.5, 0.5); mArmature.on(Laya.Event.STOPPED, this, this.completeHandler); this.play(); } completeHandler() { this.play(); } play() { mCurrIndex++; let aniNum = mArmature.getAnimNum(); if ...

来源: Laya2.0_示例 发布时间: 20251209

913. html固定宽高,设置垂直居中没有效果。只有水平居中才生效。看了下源码,感觉在updatePos函数里的算法不对 [ 43%]

...有效果。只有水平居中才生效。看了下源码,感觉在updatePos函数里的算法不对 html固定宽高,设置垂直居中没有效果。只有水平居中才生效。看了下源码,感觉在updatePos函数里对垂直居中的算法不对 2018-01-04 添加评论 免费帖 --> ...

来源: Laya_社区 发布时间: 20180104

914. 截屏函数异常E/LayaBox:className:layaair/game/browser/ExportJavaFunction,methodName:captureScreen [ 43%]

...措 修改stage的scale后,会发生异常情况 Text类中竟然没有pos函数的api~ 1.7.15 小游戏3d 发布后在手机预览显示异常 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, 问题状态 最新活动: 2018-02-27 14:5...

来源: Laya_社区 发布时间: 20180227

915. Spine适配版(TypeScript-LayaAir基础篇(TS)-动画基础) [ 43%]

...templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.skeleton.pos(Laya.Browser.width / 2, Laya.Browser.height / 2 + 100); this.skeleton.scale(0.5, 0.5); this.skeleton.on(Laya.Event.STOPPED, this, this.play) this.play(); } private onError(): void{ console.log("parse error"); } private pl...

来源: Laya2.0_文档 发布时间: 20210715

916. 骨骼动画-藤蔓 [ 43%]

...ure = mFactory.buildArmature(1); Laya.stage.addChild(mArmature); mArmature.pos(mStartX, mStartY); mArmature.scale(0.5, 0.5); mArmature.on(Event.STOPPED, this, this.completeHandler); this.play(); } completeHandler() { this.play(); } play() { mCurrIndex++; let aniNum = mArmature.getAnimNum(); if (mCur...

来源: Laya2.0_示例 发布时间: 20251209

917. laya.ui.AdvImage_API3.0 [ 43%]

...hild callLater clearTimer contains customRender destroy destroyChildren dispose drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getS...

来源: Laya3.0_api 发布时间: 20231102

918. laya.display.Stage_API3.0 [ 43%]

...rDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render renderToNative repaint replaceChild runCallLater scale setChildIndex setGraphics setScreenSize setScreenSizeForScene setSelfBounds set_a...

来源: Laya3.0_api 发布时间: 20231115

919. laya.ui.ColorPicker_API3.0 [ 43%]

...rialize onAwake onDestroy onDisable onEnable once open parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anchorY set_bottom set_dataSource set_he...

来源: Laya3.0_api 发布时间: 20231115

920. 分享:DrawToCanvas内存释放问题! [ 43%]

... btn:Sprite=new Sprite(); btn.graphics.drawRect(0,0,200,50,"#FF0000"); btn.pos(100,400); var text:Text=new Text(); text.text="Draw"; btn.addChild(text); Laya.stage.addChild(btn); btn.size(200,50); return btn; } //点击DrawToCanvas按钮,进行截屏 private function onClickBtnDraw():void { //此...

来源: Laya_社区 发布时间: 20170822