大约有 5,296 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0089 秒)
Laya_社区(4580) Laya3.0_api(672) Laya3.0_文档(15) Laya2.0_文档(8) Laya2.0_api(7) Laya_示例(6) laya_api(5) Laya2.0_示例(3)
...laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject unde...
来源: Laya_社区 发布时间: 20210901
...laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 使用getChildByName()无法得到子节点对象 3D模型无法修改scale? 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 发布到vivo平台后,龙骨动画无法...
来源: Laya_社区 发布时间: 20190220
...式支持,之所以没有输出是由于你method的作用域错了,this指向的不是当前类,而是window,使用Handler可以直接传作用域(为当前类),所以Handler输出的结果是对的,建议使用Handler! 2016-12-13 0 2 分享 微博 QZONE 微信 为什么被折叠? 0...
来源: Laya_社区 发布时间: 20161213
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/RenderObj/RenderElementOBJ" RenderElementOBJ Class RenderElementOBJ Hierarchy RenderElementOBJ SkinRenderElementOBJ I...
来源: Laya3.0_api 发布时间: 20231115
...背景色 Laya.stage.bgColor = "#ffffff" Laya.Stat.show() //资源路径 this.Res = "test.png"; this.img = new Laya.Image(); this.img.pos(200, 200) //获取图片资源,绘制到画布 this.img.skin = this.Res //添加到舞台 Laya.stage.addChild(this.img); } private cacheCanvas: Laya.HTMLCanvas ...
来源: Laya_社区 发布时间: 20171211
...ya 程序开发人员 Laya mac版的IDE 是没测试就上线了吗? ui list 里面的元素不能点击两次 关于Laya实现Matter.js官方案例凹多边形的问题 循环依赖不能运行 Circular dependency: Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is...
来源: Laya_社区 发布时间: 20171215
...带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 如何通过命令行工具构建和发布项目 2.1.1.1引擎微信小游戏掉帧严重 问题状态 最新活动: 2018-06-21 22:07 浏览: 16...
来源: Laya_社区 发布时间: 20180205
... Failed to execute 'shaderSource' on 'WebGL2RenderingContext': parameter 1 is not of type 'WebGLShader'. at ShaderInstance._createShader (laya.d3.js:1) at ShaderInstance._create (laya.d3.js:1) at new ShaderInstance (laya.d3.js:1) at ShaderPass.withCompile (laya.d3.js:1) ...
来源: Laya_社区 发布时间: 20191024
...tore, we have always specified that apps must be self-contained bundles. This means that the core features and functionality of the app must be contained within the binary of the software, rather than made possible by referring users outside of the approved app, including through the use of HTML5. A...
来源: Laya_社区 发布时间: 20190909
...aya.class(Class, className, Laya.Sprite); function Class() { Class.super(this); // this定义.. this.init(); } Class.prototype.init = function() { console.log(this); }; return Class; })(); } var __extends = (this && this.__extends) || function(d, b) { for (var p in b) { (b.hasOwnProperty(p))...
来源: Laya_社区 发布时间: 20170619