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

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

121. 打包安卓微端app, 在模拟器上无法运行,,,,,, [ 57%]

...: Trying to load lib /data/app-lib/com.hmjlbH5.xianhao-1/liblayaair.so 0x94ff75b8 11-15 14:08:17.053: A/libc(1879): Fatal signal 11 (SIGSEGV) at 0xdead0000 (code=1), thread 1879 (hmjlbH5.xianhao)   2017-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

122. 新人求助!FD为什么会出现这个问题 [ 57%]

...ild.exe "D:\LayaWork\LayaAir-workspace\MyGame\LayaSample.as3proj" -ipc 5842ff15-6fb5-4352-b4de-e47dce90ee32 -version "4.6.0; 3.1" -compiler "D:\flex-SDK" -library "D:\LayaWork\FlashDevelop - 5.2\Library" Building LayaSample mxmlc -load-config+=obj\LayaSampleConfig.xml -debug=true -incremental=true -...

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

123. tween对Text的缩放,为何会抖动呢? [ 57%]

...ew Laya.Text();     txt.text = "大家好";     txt.color = "#ff0000";     txt.fontSize = 30;     txt.pos(Laya.stage.width >> 1, Laya.stage.height >> 1);     Laya.stage.addChild(txt);          Laya.Tween.to(txt, { scaleX: 2, scaleY: 2 }, 500...

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

124. 同一个Graphics里面绘制超过20000个矢量rect的情况下,Uncaught Error: IBQuadrangle count [ 57%]

...ear(true); a.destroy(); a = b; } a.graphics.drawRect(10*i, 10*j, 10, 10, "#ff0000"); count++; } } 2018-11-13 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题请...

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

125. reflection error: can not find method signature 反射错误 [ 57%]

...3:46:23.995277+0800 Digital Warrior[557:53097]  JSBridge setFontColor: ["#FF0000"] 2020-05-16 23:46:23.995977+0800 Digital Warrior[557:53097] reflection error: can not find method signature 2020-05-16 23:46:23.996221+0800 Digital Warrior[557:53097] JSRuntime::callMethod {} 2020-05-16 23:46:23.99675...

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

126. iphone6闪退 [ 57%]

...8ee59c 0x1960440e4 0x1858ee4dc 0x18a114710 0x18a114210 0x18a113de4 0x100042ff4 0x18a11200c 0x18a328fd4 0x18a32b754 0x18a329dec 0x18db5d62c 0x1858a6a28 0x1858a5b30 0x1858a4154 0x1857d10a4 0x18a10b3c8 0x18a1063c0 0x1000436ac 0x1966b2a08) libc++abi.dylib: terminating with uncaught exception of type NSE...

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

127. laya.ui.AutoBitmap_API3.0 [ 57%]

...lay/Graphics.ts:54 Returns AutoBitmap Properties _color _color: string = "#ffffff" Defined in laya/ui/AutoBitmap.ts:31 uv uv: number[] = null Defined in laya/ui/AutoBitmap.ts:29 Accessors cmds get cmds(): any[] set cmds(value: any[]): void Inherited from Graphics.cmds Defined in laya/display/Graphic...

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

128. 如何使用graphics绘画虚线 [ 57%]

...0;i+=2){         sp.graphics.drawLine(1+(4*i), 58, 1+(4*i)+4, 58, "#ff0000", 3);     }          2017-04-24 1 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 楼上回答的很对,目前没有直接的虚线接口,所谓的虚线,就是连续绘制有间隔的直线。...

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

129. 版本管理swf找同名的Json文件发现找不到 [ 56%]

...找对应的json文件找不到 发现version.json里配的是Map192e06db1ff.json MovieClip类是找Map192622077fd.json export class MMovieClip extends Laya.MovieClip{         constructor(){             super();         }         //初始化预加载数据    ...

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

130. bitmap渲染问题 [ 56%]

...例子是: var bmd1:BitmapData = new BitmapData(40, 40, false, 0x000000FF); var bmd2:BitmapData = new BitmapData(80, 40, false, 0x0000CC44); var rect:Rectangle = new Rectangle(0, 0, 20, 20); var pt:Point = new Point(10, 10); bmd2.copyPixels(bmd1, rect, pt); var bm1:Bitmap = new Bitmap(bmd1); this....

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