大约有 1,758 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0061 秒)
Laya_社区(1080) Laya3.0_api(672) Laya2.0_文档(2) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1) Laya2.0_示例(1)
...) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (module.js:693:10) 有没有谁遇到过这个问题?有没有谁解决了这个问题?万望解答 2018-05-14 添加评论 免费帖 --> 分享 微博 QZ...
来源: Laya_社区 发布时间: 20180514
...s type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...
来源: Laya3.0_api 发布时间: 20231115
...开发者工具打开报错 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 微信小游戏编译报错 问题状态 最新活动: 2017-12-08 16:27 浏览: 617 关注: 3 人 hkhkhkhk • 2017-12-08 16:34 @Monica 我更新了截图。 Monica • 2017-12-...
来源: Laya_社区 发布时间: 20171208
...1, code=-1, info1=Execute JS Error![TypeError: this.ctx.transform is not a function. (In 'this.ctx.transform(a,b,c,d,tx,ty)', 'this.ctx.transform' is an instance of RectTransform)]: line = 6253, column = 21, sourceURL = /var/containers/Bundle/Application/2DE21169-C5AF-439A-9F39-D30D42DC9162/PublicBr...
来源: Laya_社区 发布时间: 20181009
...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...
来源: Laya3.0_api 发布时间: 20231115
... 微信小游戏编译报错 导微信小程序报错window.focus is not a function 用了ByteArray的zlib.min.js后报错 问题状态 最新活动: 2020-01-19 17:50 浏览: 2658 关注: 2 人 1560666152用户 • 2020-02-25 16:00 嗯,报错我已经在js文件里加了容错处理,这里就是...
来源: Laya_社区 发布时间: 20200119
...败信息,但貌似没有效果的: this.avatar.on(Event.ERROR, this, function() { console.log('loaded fail'); }); 2017-09-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ybs1905com 赞同来自: 看下API...
来源: Laya_社区 发布时间: 20170928
...n 赞同来自: 你的js类 最基本的东西都丢了 var LayaAir3D = (function () { function LayaAir3D() { //初始化引擎 Laya3D.init(0, 0, true); //适配模式 Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; //开启统计信息 Laya.Stat...
来源: Laya_社区 发布时间: 20180605
...吗? 上下文: /** * @private * 分析文本换行。 */ protected function parseLines(text:String):void { //自动换行和HIDDEN都需要计算换行位置或截断位置 var needWordWrapOrTruncate:Boolean = wordWrap || this.overflow == HIDDEN; if (needWordWrapOrTruncate) { var wordWrapWidt...
来源: Laya_社区 发布时间: 20190213
...如有2个js,a.js 和 b.js ```javascript //a.js 中的内容: var a = function(){ console.log("a") } //b.js 中的内容: var b = function(){ console.log("b") } ``` 然后我们引用 js,调用2个方法,在 H5 上是可以正常输出内容的。 ```javascript require("a.js") require("b.j...
来源: Laya2.0_文档 发布时间: 20210714