大约有 120 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0031 秒)
Laya_社区(99) Laya2.0_文档(10) Laya2.0_api(3) laya_api(3) Laya3.0_文档(2) Laya3.0_api(1) Laya2.0_示例(1) Laya_示例(1)
...it(1136, 640); var xhr:HttpRequest = new HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("res/data.data","","get","text"); } private function p...
来源: Laya2.0_文档 发布时间: 20210715
...现在都2.0版本了.这个问题需要解决一下了. var key:int = h * 10000 + w; var sw:Array = dict[key]; 所以给有骨骼动画的对象添加滤镜和遮罩的时候,内存会崩掉. 做技能的扇形指引框的时候(遮罩实现),也会使内存崩掉. 这个问题也就是论坛...
来源: Laya_社区 发布时间: 20190116
...300, "#ffffff"); this.img.mask = imgMask; Laya.Tween.to(this.img, {x:100}, 10000).update = Laya.Handler.create(this, this.updateMsk, null, false); } private updateMsk():void { this.img.mask.graphics.clear(true); this.img.mask.graphics.drawRect(100 - this.img.x, 0, this.img.width, 300, "#ffffff"); } ...
来源: Laya_社区 发布时间: 20190722
...照相机 var camera = (scene.addChild(new Laya.Camera(0, 0.1, 10000))); camera.transform.translate(new Laya.Vector3(0, 5, 5)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor = Laya.Vector3(255,255,0.1); ...
来源: Laya_社区 发布时间: 20180427
...oogle-breakpad: 1.0.0 22402-16 22:30:46.971 16366 16366 W google-breakpad: 10000 22502-16 22:30:46.971 16366 16366 W google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ### 22602-16 22:30:46.973 16366 16366 E CrashReport-Native: Faile to open comm file(/system/build.prop) 2019-02-27 添...
来源: Laya_社区 发布时间: 20190227
...照相机 var camera = (scene.addChild(new Laya.Camera(0, 0.1, 10000))); camera.transform.translate(new Laya.Vector3(0, 5, 5)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor = Laya.Vector3(255,255,0.1); ...
来源: Laya_社区 发布时间: 20180427
...错类型3: IDE错误:Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: connect ETIMEDOUT 127.0.0.1:9222).------可以参考开发者的解决方式(http://ask.layabox.com/question/4392) 以上报错可能是端口号冲突导致的,需...
来源: Laya_社区 发布时间: 20170518
...300, "#ffffff"); this.img.mask = imgMask; Laya.Tween.to(this.img, {x:100}, 10000).update = Laya.Handler.create(this, this.updateMsk, null, false); } private updateMsk():void { this.img.mask.graphics.clear(true); this.img.mask.graphics.drawRect(100 - this.img.x, 0, this.img.width, 300, "#ffffff"); } ...
来源: Laya_社区 发布时间: 20190722
...了登录按钮') var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.once(Event.PROGRESS,this,processHandler); var sendData = {account:"aaa",password:"bbb"} xhr.send("http:...
来源: Laya_社区 发布时间: 20180824
...正确,现在出现 TypeError: Cannot create property 'path' on number '10000' at new r (file:///Users/bingbing/MahjongProject/MahjongLaya/bin/socket.io.js:1:15053) zhishaofei3 • 2017-09-22 23:31 @piaobo80:链接打不开了怎么办 还有链接吗 重发一下 zhishaofei3 • 2017-09-22 23:33 ...
来源: Laya_社区 发布时间: 20161214