大约有 412 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0040 秒)
Laya_社区(286) Laya2.0_api(75) Laya3.0_文档(23) Laya2.0_文档(19) laya_api(3) Laya3.0_api(2) Laya2.0_示例(2) Laya_示例(2)
...entTarget.response; self.postMessage(data); } xmlreq.open("get","res/atlas/comp.json"); xmlreq.send() }, false); ``` 这个例子是在worker中进行加载文件,加载完毕传给主进程,运行这个例子可以在浏览器控制台看到数据输出来。 `var myWorker = new Worker("my_...
来源: Laya2.0_文档 发布时间: 20210715
...博 QZONE 微信 阿龙 赞同来自: [error]Failed to load: res/atlas/comp.atlas myLayaPricticeAll.max.js:16597:5 lose skin comp/button.png Error: WebGL warning: texSubImage2D: Texture has not been initialized prior to a partial upload, forcing the browser to clear it. This may be slow. 2018-0...
来源: Laya_社区 发布时间: 20171120
...ic static uiView:any ={"type":"Scene","props":{"width":640,"height":1136},"compId":2,"child":[{"type":"Label","props":{"y":64,"x":214.5,"width":211,"text":"label","styleSkin":"comp/label.png","height":67},"compId":3}],"loadList":["comp/label.png"],"loadList3D":[]}; constructor(){ super()} createChil...
来源: Laya_社区 发布时间: 20190625
...Y失效 onClick(event: Laya.Event) { let sp = new Laya.Image(); sp.skin = "comp/tab.png" let body = new Laya.RigidBody(); body.gravityScale = 0; sp.addComponentIntance(body); sp.anchorX = sp.anchorY = 0.5; sp.pos(event.stageX, event.stageY); this.owner.parent.addChild(sp); }p.p1 {margin: 0.0px 0.0px...
来源: Laya_社区 发布时间: 20200216
...cene.scene"); } onEnable() { this.loadActor(this.actor1,"comp/r_01_01.sk"); this.loadActor(this.actor2,"comp/r_01_01.sk"); } loadActor(parent,path){ const Templet = Laya.Templet, Event = Laya.Event; ...
来源: Laya_社区 发布时间: 20190730
...信 shaotianhk 赞同来自: 我在浏览器中调试时浏览器提示:comp.atlas载入失败,我再三确认过了啊,comp.atals的路径绝对没错 如下图 但我的资源版本清单在放在这个目录下啊 2018-03-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...
来源: Laya_社区 发布时间: 20180308
...毕,此方法只执行一次 onAwake(): void { var res: any[] = ["atlas/comp/vscroll.png", "atlas/comp/vscroll$bar.png", "atlas/comp/vscroll$down.png", "atlas/comp/vscroll$up.png", "resources/tree/clip_selectBox.png", "resources/tree/clip_tree_folder.png", "resources/tree/clip_tree_arrow.png"]; La...
来源: Laya3.0_文档 发布时间: 20241014
...; body.appendChild(input); Laya.loader.load("comp/button.png"); let button = new UIButton("comp/button.png","点我"); button.labelSize = 30; button.size(300,100); button.centerX = 0; button.cent...
来源: Laya_社区 发布时间: 20161114
...0 分享 微博 QZONE 微信 coder 赞同来自: var data = []; data.push("comp/1.png","111"); data.push("comp/2.png","222"); list2.array = data; 执行后没任何反应,我知道应该把item变成box,但例子中是1.0的代码,2.0不支持了 2018-11-13 0 0 分享 微博 QZONE 微信 为...
来源: Laya_社区 发布时间: 20181113
...代码如下: var sprite = new laya.display.Sprite(); sprite.loadImage("comp/bg.png",0,0,0,0,Handler.create(this,function(texture:laya.resource.Texture){ sprite.graphics.clear(); sprite.graphics.drawTexture(texture,0,0,50,50); sprite.autoSize = true; })); ...
来源: Laya_社区 发布时间: 20160711