大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0143 秒)
Laya_社区(2682) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) Laya3.0_文档(104) laya_api(98) Laya_示例(83) Laya2.0_示例(45)
...; txt.stroke = 5; txt.strokeColor = "#FF0000"; txt.pos(60,100); txt.bold = true; Laya.stage.addChild(txt); } } }但是提示参数数量不正确 这个问题要怎么解决呢? 附件 : --> 2017-05-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20170522
... if (node._zOrder) this._setBit(Const.HAS_ZORDER, true); if (node._parent === this) { var index = this.getChildIndex(node); if (index !== this._children.length - 1) { this._childre...
来源: Laya_社区 发布时间: 20191203
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 问题状态 最新活动: 2017-12-07 15:04 浏览: 886 关注: 2 人 a442639633 • 2017-12-07 15:02 调试的时候 表示是有图片的 就是 发布之后就加载不到了 引擎版本是最新的 wudi...
来源: Laya_社区 发布时间: 20171207
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 关于同为object层,层级设置无效的问题 Laya3D里的material可以设置flat shading么 问题状态 最新活动: 2019-02-21 11:19 浏览: 1907 关注: 4 人 177*****610 • 2019-02-18 16:05 好...
来源: Laya_社区 发布时间: 20190218
...OX做的练习小游戏http://iuhigi.cn/ 赞同来自: 加上cacheAsBitmap=true 没有起作用 canvas.toDataURL(type, encoderOptions); type:"image/jpeg","image/png" encoderOptions: 0.0-1.0 给toDataURL修改参数也没起作用 canvas.toBlob(function(b) { snapshot.src = URL.createObjectURL(...
来源: Laya_社区 发布时间: 20180112
... list.vScrollBarSkin = ""; list.selectEnable = true; list.itemRender = BagItem; list.renderHandler = new Handler(this, this.updateListItem); list.selectHandler = new Handler(this, this.onSelect); th...
来源: Laya_社区 发布时间: 20170310
...esource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 renderQueue renderQueue: number Inherited from Material.renderQueue Defined i...
来源: Laya3.0_api 发布时间: 20231115
...做了测试,释放的时候,取其中一张图片的纹理,destroy(true) ,强制销毁主纹理,然后还能从缓存里取出纹理,创建Image。和我之前的理解有偏差。之前例子光从表象上看,我理解的是,子纹理有引用,主纹理就还在显存,因为显...
来源: Laya_社区 发布时间: 20160725
...ompilerOptions": { "module": "commonjs", "target": "es5", "noEmitHelpers": true, "sourceMap": false, "lib": [ "es5","es2015.promise", ], }, "exclude": [ "node_modules" ], } 2018-12-27 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20181227
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 3D模型无法修改scale? 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 关于发布oppo...
来源: Laya_社区 发布时间: 20180505