大约有 3,291 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0095 秒)
...var curTime = new Date().getTime()'); __JS__('if ((curTime - last_update) > 100 && canShake == 1){var diffTime = curTime - last_update'); __JS__('last_update = curTime'); __JS__('x = acceleration.x'); __JS__('y = acceleration.y'); __JS__('z = acceleration.z'); __JS__('var speed = Math.abs...
来源: Laya_社区 发布时间: 20160110
... W Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed) 2025-11-14 12:33:29.524 31047-31382 LayaBox I WebSocket onSocketCallback connection closing 75 reason 2025-...
来源: Laya_社区 发布时间: 20251020
...面是部分代码 this.cutLayer.graphics.clear(); for(i = this.lines.length - 1; i >= 0; i--){ var line = this.lines[i]; line.state++; if(line.state > 7){ this.lines.splice(i, 1); } this.cutLayer.graphics.drawLine(line.x1, line.y1, line.x2, line.y2, "#ffffff", this.lineBorder - line.state); }...
来源: Laya_社区 发布时间: 20180411
...::imp_JS2CFunc<void (laya::XMLHttpRequest::*)(char const*, char const*)>::call(v8::FunctionCallbackInfo<v8::Value> const&)+404) [arm64-v8a] 4 #03 pc 00000000009bfcbc /data/app/com.mylafe.game.handsomecat-Bnthya3kQ4uXAUEgl_GARw==/lib/arm64/liblayaair.so (v8::internal::FunctionCallbac...
来源: Laya_社区 发布时间: 20200309
...IOS laya.physics3D.runtime.js下载出错 操作步骤: 1.点击发布-->web版本-->发布 2.工具-->app构建 2.1:选择单机版本, 资源路径为 项目路径/release/web(web版本发布之后的路径) 3.点击创建 4.创建完成之后再Xcode打开项目,启动之...
来源: Laya_社区 发布时间: 20200108
...); text.size(120,80); text.font="位图字体名"; text.piovtY=text.height>>1; text.align = "center"; text.valign= "middle"; text.borderColor="#ffffff"; 上下中心不对称,左右是对的,如图 附件 : --> 2016-11-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20161116
...ote/music/' + this.soundUrl + '.mp3'], new Laya.Handler(this, () => { this.store.isDemo = true; Laya.Scene.open("scene/Home.scene") }), new Laya.Handler(this, (value: number) => { ...
来源: Laya_社区 发布时间: 20201102
...ull; public isFinish = false; private mArmatureUsed:Array<Laya.Skeleton> = []; private mArmatureUnUsed:Array<Laya.Skeleton> = []; public static getInstance():DdzLandlordAni{ return this.instance(DdzLandlordAni); } public constructor(){ super(); this.initTemplet(); } public static d...
来源: Laya_社区 发布时间: 20190821
...layaIDE的bug。 除此之外,在index.html文件中生成<script>应用js文件的顺序有时候也会有点问题,明明已经有对应js文件,引用的顺序就是会出错,导致找不到响应的类,只有去掉index.html中 <!--jsfile--startTag--> <!--jsfile--endT...
来源: Laya_社区 发布时间: 20170221
...version2.json", "fileconfig.json"]; for(var i = 0; i < files.length; i++) { let fileUrl = files; console.log("加载文件测试", i, fileUrl); MiniFileMgr.readFile(fileUrl, "utf8", Laya.Handler.create(this, function() { ...
来源: Laya_社区 发布时间: 20200111