大约有 1,500 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0059 秒)
Laya_社区(812) Laya3.0_api(343) Laya2.0_api(142) laya_api(114) Laya2.0_文档(52) Laya3.0_文档(28) Laya2.0_示例(5) Laya_示例(4)
...我们的缩放无效。 2) 修改方案: 将 CharRender_Canvas 类的 set canvasWidth 方法的 ``` this.ctx.setTransform(1, 0, 0, 1, 0, 0); this.ctx.scale(this.lastScaleX, this.lastScaleY); ``` 修改为 ``` this.ctx.setTransform(this.lastScaleX, 0, 0, this.lastScaleY, 0, 0); ``` 2020-09...
来源: Laya_社区 发布时间: 20200901
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2019-04-17 18:15 浏览: 1916 关注: 2 人 石鑫元 • 2019-04-17 16:11 添加了,删了.laya文件夹 石鑫元 • 2019-04-17 16:12 点击按钮加一...
来源: Laya_社区 发布时间: 20190417
...tion get hProgressSkin():String { return _progress.skin; } public function set hProgressSkin(value:String):void { console.log("设置progress皮肤: " + value); _progress.skin = value; } } }如题,自定义组件,设置img的skin皮肤的时候ide报资源加载失败的错误,资源路径应...
来源: Laya_社区 发布时间: 20170327
...行后报错了。。 index.js:282 apploader.js:5279 HTMLScriptElement set srchttp://stand.alone.version/Main.max.js apploader.js:5917 _downloadAysn:temp.srchttp://stand.alone.version/Main.max.js ../../../../include/common/downloadCache/JCAndroidFileSource.h:238 found the file in the package:cache...
来源: Laya_社区 发布时间: 20190528
...e/shape/BaseShape.ts:31 粒子类型 Accessors arcDEG get arcDEG(): number set arcDEG(deg: number): void Defined in laya/d3/core/particleShuriKen/module/shape/CircleShape.ts:40 发射角度0-360 Returns number Defined in laya/d3/core/particleShuriKen/module/shape/CircleShape.ts:36 发射角度0-360 ...
来源: Laya3.0_api 发布时间: 20231115
...ipro.dns_fail_count = 2936 detectNetworkAvailable: tcpRxPkts != 0, reset 08-14 10:57:50.028 3526-3930/? D/WifiProHistoryRecordManager: HomeApSwitchRate return default rate for not Home AP. 08-14 10:57:50.028 3526-3930/? I/HuaweiWifiWatchdogStateMachine: rs ota tcp lr rttvb bad: false, false, f...
来源: Laya_社区 发布时间: 20180814
...将dll移除去→编译→再移回来→编译,或者将dll的Import Settings里的√去掉→Apply→再点上→再Apply。 附件 : --> 2018-04-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞...
来源: Laya_社区 发布时间: 20180405
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 LayaPlayer在x86ABI的安卓模拟器中崩溃 问题状态 最新活动: 2022-11-17 14:58 浏览: 7328 关注: 2 人 layabox小高 • 2022-11-17 15:08 您好,已经复现了,后...
来源: Laya_社区 发布时间: 20221117
...个比方 假设在LAYA TS 里这么写 class XXX extends Sprite { public set x(value:number) { this._x = value; } public get x():number { return this._x; } } 这样写在WEB环境下固然可行 但是却会导致打包坐标不生效 而在AS3就不一样了 可以直接super.x 希望官方能解...
来源: Laya_社区 发布时间: 20180227
...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory calculateBounds clone cloneTo destroy event getBoneIndices getBoneWeights getColors getIndices getNormals getPositions getSubMesh getTangents getUVs getVertexDeclaration getVertices ha...
来源: Laya3.0_api 发布时间: 20231115