大约有 57 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0036 秒)
...s ::创建一个js文件 echo let app = require("electron").app>compile_temp.js echo let gulp = require('gulp')>>compile_temp.js echo let childprocess = require('child_process')>>compile_temp.js echo let defaultTask = "compile">>compile_temp.js echo let gulpFile="%compilejs:\=\\...
来源: Laya_社区 发布时间: 20200325
调用 Image的destroy方法出现 recover Temp or Empty: Rectangle 调用 Image的destroy方法出现 recover Temp or Empty: Rectangle 附件 : --> 2021-03-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ...
来源: Laya_社区 发布时间: 20210302
...如下: //===================不报错====================== let temp:Laya.Sprite3D = Laya.Sprite3D.load("res/Coin/layaScene.lh") as Laya.Sprite3D; scene.addChild(temp); temp.on(Laya.Event.HIERARCHY_LOADED,this,()=> { this.model = Laya.MeshSprite3D.instantiate(temp,scene) as Laya....
来源: Laya_社区 发布时间: 20180827
...):void { texture = Laya.loader.getRes("comp/lhjicon_5.png"); var temp:Texture = Texture.createFromTexture(texture,0,0,texture.sourceWidth/2,texture.height/2); IconSpr.graphics.drawTexture(temp,0,0,temp.sourceWidth,temp.height); temp.destroy(true); } 这样 一样会报错 熊猫大侠 • ...
来源: Laya_社区 发布时间: 20180118
点碰撞检测bug 使用了Point的TEMP获取全局点,是引用的方式。然后后面的this.getSelfBounds()中使用了Temp,改变了TEMP 附件 : --> 2017-10-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20171030
...lication-name=LayaAir "--crashes-directory=C:\Users\ADMINI~1\AppData\Local\Temp\LayaAir Crashes" --v=1] [13684:12008:1010/112002.824:VERBOSE1:crash_service.cc(142)] window handle is 000810E0 [13684:12008:1010/112002.824:VERBOSE1:crash_service.cc(284)] pipe name is \\.\pipe\LayaAir Crash Service dump...
来源: Laya_社区 发布时间: 20171010
...ivate function updateScore():void{ var data:Object = {}; var temp:Number = this.score; for (var i:int = 5; i > 0; i-- ){ data["item" i] = {index:Math.floor(temp)}; temp = temp/10; } trace(this.score); this.scorebox.dataSource = data; } 2...
来源: Laya_社区 发布时间: 20170221
...: 与内容相关的链接 提交 2 个回复 yung 赞同来自: _shape = _temp || (_temp = new window.box2d.b2PolygonShape()); 改为:_shape = new window.box2d.b2PolygonShape(); 2019-01-10 0 3 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 2019-01-10 0 2 分享 微博 QZONE 微信 为什...
来源: Laya_社区 发布时间: 20190109
...于Input的nativeInput的疑问 input=new Input();input.pos(100,200);var temp:Input=input.nativeInput;temp.pos(100,300);(最后一句报错,提示没有pos方法,查看变量之后发现里面少了很多input有的方法),为什么呢?input不是全等于temp吗? 2018-09-07 添加评...
来源: Laya_社区 发布时间: 20180907
导入FBX报错 import u3d_fbx/Animator/fbx/temp/Machine_SundaeMaker.fbx failed! Error: fbxtool failed with '[2023-06-20 18:19:19.020] [resource_tool] [info] -b [2023-06-20 18:19:19.020] [resource_tool] [info] -k arg [2023-06-20 18:19:19.020] [resource_tool] [info] -u arg m [2023-06-20 18:19:19.020...
来源: Laya_社区 发布时间: 20230621