大约有 118 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0033 秒)
Laya_社区(97) 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
...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
...码当图片分辨率不太大时 正常访问, 工程图图片达到5000-10000 分辨率时, 黑屏, 希望能给出解决方案 谢谢了! 附件是测试DEMO 图片hug.png 为大分辨率图片 big.png 为普通分辨率图片 格式为PNG测试浏览器为 谷歌浏览器 手机浏览器采用 ...
来源: Laya_社区 发布时间: 20180314