大约有 67 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...情况,是否值得担忧 ? 我手机装有四个浏览器,其在html5test.com的打分为: (1)Opera 100多 (2)QQ 400多一点 (3)UC 410多 (4)Chrome 510多 测试中只有chrome是完全支持layaair发布的h5项目,运行也如预期,其他统统不行。 手...
来源: Laya_社区 发布时间: 20160701
... Mouse Through 鼠标事件与此对象的碰撞检测是否可穿透 Hit Test Prior 指定鼠标事件检测是优先检测自身,还是优先检测其子对象 DrawCallOptimize 是否开启DrawCall优化 Cache As 是否开启静态缓存优化 Mask 设置遮罩节点对象 Hit Area 点击区域 ...
来源: Laya3.0_文档 发布时间: 20241014
...因,我找不出什么原因,请大神解决一下 谢谢 附件 : --> Test.rar 2017-08-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 请给个例子我们看下吗,谢谢! 201...
来源: Laya_社区 发布时间: 20170828
..._13_beta)和LayaAirSdk(1.7.19.1_beta)进行测试 1.7.13没有任何问题 Test.zip 2018-06-12 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 bingqimao 相关问题 2.0一不小心删了bin目录下的某个场...
来源: Laya_社区 发布时间: 20180612
...中是怎么使用的呢 在项目中的脚本中添加如下代码: //test.bin为二进制图片,图片加密数据是在图片的前面写入了四个字节的数据 Laya.loader.fetch("resources/res/test.bin","arraybuffer").then((res)=>{ //获得res的ArrayBuffer数据 let arraybuffer: Arra...
来源: Laya3.0_文档 发布时间: 20230303
... new HTMLIframeElement(); Laya.stage.addChild(p); p.href = "../../res/html/test.html"; p.y = 200; } })(); 2017-03-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 参考下这个链接:htt...
来源: Laya_社区 发布时间: 20170314
...弃,就用2.2以下的引擎版本。 vincent • 2019-08-28 18:27 class TestSceneUI extends Scene { constructor() { super(); } createChildren() { super.createChildren(); this.loadScene("test/TestScene"); } } UC指这行报错,这个都是编译后的代码 addScore(value = 1) { this._...
来源: Laya_社区 发布时间: 20190828
...示例代码如下: const { regClass, property } = Laya; //枚举 enum TestEnum { A, B, C }; //字符串形式的枚举 enum Direction { Up = 'UP', Down = 'DOWN', Left = 'LEFT', Right = 'RIGHT' }; @regClass() export class Script extends Laya.Script { @property(Number)//数字类型,等价于{ ty...
来源: Laya3.0_文档 发布时间: 20241014
...ck() { // activity.finish(); Log.d("mytest ","通过js调用的Java方法"); Toast.makeText(activity, "通过js调用的Java方法", Toast.LENGTH_SHORT).show(); } } ...................... ————————————...
来源: Laya_社区 发布时间: 20170517
...js", "target": "es6", "sourceMap": true }, "exclude": [ "node_modules" ] } test: let str = Md5.Instance.get_md5("123456"); console.log(str) //len:32 //e10adc3949ba59abbe56e057f20f883emd5.ts class Md5 { private static _inst:Md5; public static get Instance():Md5 { return this._inst ||(this._inst = new...
来源: Laya_社区 发布时间: 20190321