大约有 77 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
...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
...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
...;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
...幂 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
...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
...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
...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