大约有 1,498 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0046 秒)
Laya_社区(810) Laya3.0_api(343) Laya2.0_api(142) laya_api(114) Laya2.0_文档(52) Laya3.0_文档(28) Laya2.0_示例(5) Laya_示例(4)
...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
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 我刚开始使用layabox,发布了一个h5,但是手机上应该怎么打开这个网页呢 关于场景编辑器的,用的最新版引擎 重力感应 Accelerator 发布微信...
来源: Laya_社区 发布时间: 20161224
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 在线急等,发现你们这个编译器一个bug,不能实现负负得正 JS 是没有自动补全提示吗 [分享]Dialog 点击边缘不关闭的 Demo示例 问题状态 最新...
来源: Laya_社区 发布时间: 20190119
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 关于发布oppo、vivo快游戏,无法生成Rpk问题 编辑了图片 执行代码说加载不出来资源 这个是怎么回事? 问题状态 最新活动: 2018-03-16 09:57 浏览...
来源: Laya_社区 发布时间: 20180315
...我们提供另一种解决方案。 2、新方案为在 Context 类的 set2DRenderConfig 方法中,添加以下两行(请看截图确认) gl.enable(gl.SCISSOR_TEST); gl.scissor(0, 0, RenderState2D.width, RenderState2D.height); 3、这个方案确认可行且比设置 isAntialias 性能要好...
来源: Laya_社区 发布时间: 20210623
...组中: 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
...里用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
...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
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 官网示例摇一摇报错,就解决方案 问题状态 最新活动: 2020-07-08 11:46 浏览: 464 关注: 1 人
来源: Laya_社区 发布时间: 20200708
...里用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