大约有 831 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0059 秒)
Laya_社区(671) Laya2.0_文档(61) Laya_示例(34) Laya3.0_文档(31) Laya2.0_示例(30) Laya3.0_api(3) Laya2.0_api(1)
...譬如isAlpha // 组装tree的数据 var treeData:String = "<data>"; for(var i:int = 0; i < 5; ++i) { //在xml里添加一个控制透明度的属性,自定义命名,此处叫isAlpha treeData += "<item label='Directory " + (i + 1) + "' isOpen='true'"+" isAlpha='0.5'>"; for(var j:i...
来源: Laya_社区 发布时间: 20170717
...误 加载 unity3D导入的旧版蒙皮动画时出现错误 [.Offscreen-For-WebGL-000001FC83792110]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 2 INVALID_VALUE: uniformMatrix4fv: invalid srcOffset 然后模型部份位置错乱 加载动...
来源: Laya_社区 发布时间: 20180724
...设置 } BitMatrix bitMatrix = new QRCodeWriter().encode(content, BarcodeFormat.QR_CODE, width, height, hints); /** 3.创建像素数组,并根据BitMatrix(位矩阵)对象为数组元素赋颜色值 */ int pixels = new int[width * height]; for(int y = 0; y < height; y++){ for(int x = 0; x < w...
来源: Laya_社区 发布时间: 20200729
...AppData/Roaming/LayaAirIDE/packParam.json" layabuilder.max.js:5602 Waiting for pics packing layabuilder.max.js:10023 execute: "D:/LayaAirIDE_beta/resources/app/out/vs/layaEditor/libs/TP/atlas-generator" "C:/Users/BQXH/AppData/Roaming/LayaAirIDE/packParam.json" layabuilder.max.js:5606 Error Occured: ...
来源: Laya_社区 发布时间: 20180516
....getFileExtension(this._url); let format; switch (ext) { case "ktx": format = exports.TextureFormat.ETC1RGB; ...
来源: Laya_社区 发布时间: 20201130
...number[] = [this.points[0], this.points[1]]; // Start with the first point for (let i = 0; i < this.points.length - 2; i += 2) { const x0 = i > 0 ? this.points[i - 2] : this.points[i]; const y0 = i > 0 ? this.points[i - 1] : this.points[i + 1]; const x1 = this.points[i]; const y1 = this.poi...
来源: Laya_社区 发布时间: 20241008
layabox7.1.17 beta ios打包后编译失败 提示 ld: library not found for -lJavaScriptCore clang: error: linker command failed with exit code 1 (use -v to see invocation) 2018-03-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...
来源: Laya_社区 发布时间: 20180322
...计模式下,看到点击效果一样. 基本效果已经实现,想用for批量绑定事件 如何实现【在给定矩形内清空一个矩形】达到镂空效果 请问引擎支持雾效果吗? 拖尾效果BUG,在QQ群里说过。我重新做了个Bug的Demo,Laya里的表现不如Unity...
来源: Laya_社区 发布时间: 20191022
...载多图为帧数组。。 编辑器内展示脚本定义的属性 数组 for循环数组取值 怎么循环数组的时候给他定时第一个执行完在执行下一个 问题状态 最新活动: 2019-06-29 15:22 浏览: 888 关注: 2 人
来源: Laya_社区 发布时间: 20190629
...``typescript Laya.stage.on(Event.MOUSE_DOWN,this,function():void{ let arr; for(let i = 0;i 生成的相关数据 ```typescript { "GlowingEdgeMaterial":[ { "defineNames":["DIRECTIONLIGHT"], "passIndex":0, "subShaderIndex":0 }, { "defineNames":["DIRECTIONLIGHT","BONE"], "passIndex":0, "subShaderIndex"...
来源: Laya2.0_文档 发布时间: 20210714