大约有 127 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
...dow.globalImage = window.document.createElement("img"); window.globalImage.onload=function() { ...使用image对象 } window.globalImage.src = "file:///" + conch.getCachePath()+"/test.png"; */ // window.image = window.document.createElement("img"); image.putImageData(arrayBuff,width,height); //......
来源: Laya_社区 发布时间: 20180227
...2D,3D资源 Laya.loader.load(resArr, null, Laya.Handler.create(this, this.onLoading, null, false)).then(() => { // 加载完成后,处理逻辑 this.progress.value = 0.98; console.log("加载结束", this.progress.value); Laya.Scene.open("scenes/Index.ls"); //不要使用Lay...
来源: Laya_社区 发布时间: 20230713
...Childhood/EARLY_GAME_001/bin/libs/laya.core.js:11101:34) at Loader.__proto.onLoaded (file:///E:/EarlyChildhood/EARLY_GAME_001/bin/libs/laya.core.js:11090:10) at EventHandler.__proto.runWith (file:///E:/EarlyChildhood/EARLY_GAME_001/bin/libs/laya.core.js:670:60) at HttpRequest.__proto.event (file:///...
来源: Laya_社区 发布时间: 20170124
...; image.src = "res/atlas/pixel.png"; image.onload = function() { // 界面上按钮所在的位置以及按钮的宽高 drawImage(image, 462, 194, 156, 48, 0); // 调用绘图以及 挖洞 ...
来源: Laya_社区 发布时间: 20200604
...libs/laya.d3.js:37456:8) 05-18 09:55:36.987: I/0(27649): at ResInfo.onLoaded (http://stand.alone.version/lib ... 189:61) 05-18 09:55:36.987: I/0(27649): at EventHandler.__proto.runWith (http://stand.alone.version/libs/laya.core.js:726:27) 05-18 09:55:36.987: I/0(27649): at ResIn...
来源: Laya_社区 发布时间: 20190518
...//E:/LayaWorkspace/javaScriptLaya/bin/libs/laya.core.js:697:26) at ResInfo.onLoaded (file:///E:/LayaWorkspace/javaScriptLaya/bin/libs/laya.core.js:12723:28) at EventHandler.__proto.runWith (file:///E:/LayaWorkspace/javaScriptLaya/bin/libs/laya.core.js:713:27) at ResInfo.__proto.event (file:///E:/Lay...
来源: Laya_社区 发布时间: 20171226
... = "full"; Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded)); function onLoaded(){ //创建一个UI实例 this.comp = new ui.ComponentDemoUI(); //添加到舞台上显示 Laya.stage.addChil...
来源: Laya2.0_文档 发布时间: 20210714
... = "full"; Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,this.onLoaded)); } private onLoaded():void{ //创建一个UI实例 this.comp = new ui.ComponentDemoUI(); //添加到舞台上显示 Laya.st...
来源: Laya2.0_文档 发布时间: 20210715
....stage.on问题 http://ldc.layabox.com/index.p ... %3D17 这个示例里,onLoaded函数里有个监听鼠标移动的事件,按照示例上的写出来,只有每次鼠标移出再移入窗口的时候才会改变一次飞机的位置,鼠标如果一直在游戏内移动是不会再改变飞...
来源: Laya_社区 发布时间: 20170206
... = "full"; Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("./res/atlas/ui.atlas", Handler.create(this, onLoaded)); } private function onLoaded():void { //创建一个UI实例 comp = new ComponentDemoUI(); //添加到舞台上显示 Laya.stage.ad...
来源: Laya2.0_文档 发布时间: 20210715