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

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

1141. 动画状态脚本(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 53%]

...ructor() { super(); this._text = null; } get text() { return this._text; } set text(value) { this._text = value; } /** * 动画状态开始时执行。 */ onStateEnter() { console.log("动画开始播放了"); this._text.text = "动画状态:动画开始播放"; } /** * 动画状态更新时执行...

来源: Laya2.0_文档 发布时间: 20210715

1142. 界面编辑器按F12发布后,生成的res/atlas文件夹是空的 [ 53%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 我刚开始使用layabox,发布了一个h5,但是手机上应该怎么打开这个网页呢 关于场景编辑器的,用的最新版引擎 重力感应 Accelerator 发布微信...

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

1143. 每个.ui 发布后都会自动继承 View 或者 Dialog 如果要继承自己的UI基类要怎么处理,总不能每次都去手动修改 [ 53%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 在线急等,发现你们这个编译器一个bug,不能实现负负得正 JS 是没有自动补全提示吗 [分享]Dialog 点击边缘不关闭的 Demo示例 问题状态 最新...

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

1144. laya资源能否打包发布 [ 53%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 关于发布oppo、vivo快游戏,无法生成Rpk问题 编辑了图片 执行代码说加载不出来资源 这个是怎么回事? 问题状态 最新活动: 2018-03-16 09:57 浏览...

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

1145. ios15游戏黑屏,官网示例都黑 [ 53%]

...我们提供另一种解决方案。 2、新方案为在 Context 类的 set2DRenderConfig 方法中,添加以下两行(请看截图确认) gl.enable(gl.SCISSOR_TEST); gl.scissor(0, 0, RenderState2D.width, RenderState2D.height); 3、这个方案确认可行且比设置 isAntialias 性能要好...

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

1146. 关于2D粒子的渲染问题 [ 53%]

...组中:        var particleData:ParticleData = ParticleData.Create(settings, position, velocity, _currentTime);       var startIndex:int = _firstFreeElement * _floatCountPerVertex * 4;     for (var i:int = 0; i < 4; i++) {     var j:int, offset:int;     for (j = 0, offset = 4; j &l...

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

1147. IDE发布的资源如何统一发布在res目录下? [ 53%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 mac 用layaair2.0 ide 的编辑模式下,cpu爆满 问题状态 最新活动: 2018-04-21 19:41 浏览: 1983 关注: 3 人 西西de弗斯 • 2021-02-04 17:36 在1.x下怎么打开这...

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

1148. 动画状态脚本(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 53%]

...xt; constructor() { super(); } get text():Laya.Text { return this._text; } set text(value) { this._text = value; } /** * 动画状态开始时执行。 */ onStateEnter() { console.log("动画开始播放了"); this._text.text = "动画状态:动画开始播放"; } /** * 动画状态更新时执行...

来源: Laya2.0_文档 发布时间: 20210715

1149. 解决Laya导出时裁剪空白域导致渲染时错位的bug [ 53%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 官网示例摇一摇报错,就解决方案 问题状态 最新活动: 2020-07-08 11:46 浏览: 464 关注: 1 人

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

1150. layaair2-cmd在mac电脑上执行报错解决:env: node\r: No such file or directory [ 53%]

...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 启动引擎报错 mPlugin.game_plugin_init(3); 问题状态 最新活动: 2020-07-16 21:19 浏览: 441 关注: 1 人

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