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

大约有 77 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)

71. 绘制图形 · LayaAir3.0文档 · LAYABOX [ 28%]

...w Laya.Sprite(); // 绘制九宫格纹理 sp.graphics.draw9Grid(res, 0, 0, 1024, 626, [0, 0, 0, 0, 1]); this.owner.addChild(sp); }); 运行效果: (图9-2) 十、消除矢量图绘制 在PC电脑的浏览器上,我们经常发现LayaAir引擎绘制的矢量图会有一些锯齿,这是由...

来源: Laya3.0_文档 发布时间: 20241014

72. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 28%]

...n/scene/TerrainScene/Assets/HeightMap.png", priority: 1, constructParams: [1024, 1024, 1, false, true] }, { url: "res/threeDimen/scene/TerrainScene/Assets/AStarMap.png", priority: 1, constructParams: [64, 64, 1, false, true] } ]; Laya.loader.load(resource, Handler.create(this, this.onLoadFinish)); }...

来源: Laya3.0_文档 发布时间: 20230303

73. app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 [ 28%]

...;ios info free: 479821824 active: 1891434496 inactive: 637206528 wire: 864010240 zero fill: 1651228672 reactivations: 2022080512 pageins: 2082553856 pageouts: 855457792 faults: 93362801 cow_faults: 1067068 lookups: 1196700 hits: 83 2018-01-09 20:50:15.570 ZhuaWawa[2531:1863829] found the file in the...

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

74. 2D物理编辑 · LayaAir3.0文档 · LAYABOX [ 27%]

...幂 0 1 8 256 16 65536 24 16777216 1 2 9 512 17 131072 25 33554432 2 4 10 1024 18 262144 26 67108864 3 8 11 2048 19 524288 27 134217728 4 16 12 4096 20 1048576 28 268435456 5 32 13 8192 21 2097152 29 536870912 6 64 14 16384 22 4194304 30 1073741824 7 128 15 32768 23 8388608 31 2147483648 2.11.3 碰...

来源: Laya3.0_文档 发布时间: 20241014

75. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 25%]

...gt;>>>>>>>eval take time:4 I/MonkVG: Creating context 1024, 768, 2 I/LayaBox:  >>>>>>>>>>>>>>>evalhttp://stand.alone.version/lib ... in.js I/LayaBox:  >>>>>>>>>>>>>>>>>eval take tim...

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

76. 打包成APK运行一半崩溃 [ 23%]

...1 11:17:10.120    8591-8609/com.mygame.laya I/MonkVG﹕ Creating context 1024, 768, 2 04-11 11:17:10.133    8591-8646/com.mygame.laya I/LayaBox﹕ Download end:200 04-11 11:17:10.133    8591-8646/com.mygame.laya I/LayaBox﹕ Downloaded http://192.168.167.103:8901/bi ... 7.103 s=0 l=795 04-11 1...

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

77. socket大型项目回调 [ 20%]

...x3f); offset += 3; } array.push(charCode); } var res = ''; var chunk = 8 * 1024; var i; for (i = 0; i < array.length / chunk; i++) { res += String.fromCharCode.apply(null, array.slice(i * chunk, (i + 1) * chunk)); } res += String.fromCharCode.apply(null, array.slice(i * chunk)); return res; } pub...

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