大约有 1,625 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0048 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...游戏画面? var script:* = Browser.createElement("script"); var jurl:String = "Main.js?" + "r" + Math.random(); script.src = jurl; Browser.document.body.appendChild(script); 我采用这种方式不成功! 2018-01-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180127
...display/cmd/DrawRectCmd.ts:19 开始绘制的 Y 轴位置。 Static ID ID: string = "DrawRect" Defined in laya/display/cmd/DrawRectCmd.ts:10 Methods getBoundPoints getBoundPoints(sp?: { height?: number; width: number }): number[] Defined in laya/display/cmd/DrawRectCmd.ts:87 Parameters Optional sp: ...
来源: Laya3.0_api 发布时间: 20231115
...ber):Rectangle 将 Rectangle 的属性设置为指定值。 Rectangle toString():String 当前 Rectangle 对象的水平位置 x 和垂直位置 y 以及高度 width 和宽度 height 以逗号连接成的字符串。 Rectangle union(source:Rectangle, out:Rectangle = null):Rectangle 矩形联...
来源: laya_api 发布时间: 20170929
...的 目前我这边处理方式是 Laya.URL.customFormat = function (url: string) { if (Laya.Browser.onTBMiniGame) { if (url === 'fileconfig.json') { return ( 'https://estee-lauder-test.oss-accelerate.aliyuncs.com/demo/laya3/' + url ) } } return url } 把本地文件拷贝到阿里的cdn 如果是...
来源: Laya_社区 发布时间: 20240705
...回指定对象的完全限定名 */ static getQualifiedClassName(value):string { var type = typeof value; if (!value || (type != "object" && !value.prototype)) { return type; } var prototype = value.prototype ? value.prototype : Object.getPrototypeOf(value); if (prototype.hasOwnProperty("__...
来源: Laya_社区 发布时间: 20170317
... bytes.uncompress(); var str:String = bytes.toString(); bytes.clear(); bytes = null; var data:Object = JSON.parse(str); 2017-09-08 0 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20170908
...ya.LocalStorage.getItem("user"); 返回:Value userData of type java.lang.String cannot be converted to JSONObject 本该返回一个json对象,浏览器正常 测试手机荣耀v10 快应用调试器平台版本1040 附件 : --> 2019-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20190709
...regClass() export class UI_ColorPicker extends Laya.Script { private skin: string = "atlas/comp/colorPicker.png"; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { Laya.loader.load(this.skin).then( ()=&...
来源: Laya3.0_文档 发布时间: 20241014
...not find scene:test/TestScene.scene";at api request fail callback function String 麻烦帮忙看看 附件 : --> testWxCacheFile.zip 2020-02-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同...
来源: Laya_社区 发布时间: 20200218
...4-26 1 3 分享 微博 QZONE 微信 xwzx001 赞同来自: str.replace(reg, string); 2017-04-26 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xwzx001 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法...
来源: Laya_社区 发布时间: 20170426