• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 127 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)

81. 截屏函数异常E/LayaBox:className:layaair/game/browser/ExportJavaFunction,methodName:captureScreen [ 65%]

...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

82. 报无法找到资源,未升级ide之前不报错 [ 65%]

...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

83. TiledMap加载失败的问题 [ 64%]

...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

84. 新手引导 挖洞 不用 cacheAs="bitmap" 希望能帮助那些和我一样有需求的码农!你好我好大家好才是真的好!请各位大佬批评指教! [ 64%]

...;         image.src = "res/atlas/pixel.png";         image.onload = function()         {             // 界面上按钮所在的位置以及按钮的宽高             drawImage(image, 462, 194, 156, 48, 0); // 调用绘图以及 挖洞        ...

来源: Laya_社区 发布时间: 20200604

85. Laya ide 1.83 导出apk 加载场景失败 [ 64%]

...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

86. meshRender修改材质问题 [ 64%]

...//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

87. ViewStack属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 64%]

... = "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

88. ViewStack属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 63%]

... = "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

89. Laya.stage.on问题 [ 63%]

....stage.on问题 http://ldc.layabox.com/index.p ... %3D17 这个示例里,onLoaded函数里有个监听鼠标移动的事件,按照示例上的写出来,只有每次鼠标移出再移入窗口的时候才会改变一次飞机的位置,鼠标如果一直在游戏内移动是不会再改变飞...

来源: Laya_社区 发布时间: 20170206

90. ViewStack属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 63%]

... = "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