大约有 1,208 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0060 秒)
Laya_社区(872) Laya2.0_文档(85) Laya3.0_api(61) Laya2.0_api(58) laya_api(55) Laya_示例(32) Laya2.0_示例(27) Laya3.0_文档(18)
...ull)url=URL.customFormat(url,base); if (url.indexOf(":")> 0)return url; var char1=url.charAt(0); if (char1==="."){ return URL.formatRelativePath((base || URL.basePath)+url); }else if (char1==='~'){ return URL.rootPath+url.substring(1); }else if (char1==="d"){ if (url.indexOf("data:image")===0)ret...
来源: Laya_社区 发布时间: 20180713
...依旧会关闭弹窗 具体代码: UIConfig.closeDialogOnSide = false; var dialog = new QuestionDialogUI(); Laya.stage.addChild(dialog); dialog.popup(); 但是点击弹窗外部依旧会关闭dialog,请问该如何解决呢? 2018-07-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180717
...需要怎么操作才能自动添加import对应包的代码? 例如写 var text:TextArea = new TextArea(); 比如打类名的代码提示的时候,选择TextArea类之后并不会导入对应的包,感觉很不方便。 2016-10-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20161021
...ame方法的。(因为节点2是Graphics组件,所以无法直接设置var属性来在UI脚本里获取。。。) 附件 : --> 2019-09-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠?...
来源: Laya_社区 发布时间: 20190907
...PE_SPEED = "hp_type_speed"; //Hp Laya.class(Hp,"Hp", laya.display.Sprite); var _proto = Hp.prototype; _proto.init = function(type){ this.width = 180; this.height = 21; var texture1 = Laya.loader.getRes("res/hp_bg.png"); var texture2; switch (type) { case Hp.HP_TYPE_ENERGY: texture2 = Laya.loader.get...
来源: Laya_社区 发布时间: 20160803
...果可以当作图片源,再次绘制到其他Sprite里面,示例: var htmlCanvas:HTMLCanvas = sprite.drawToCanvas(100, 100, 0, 0);//把精灵绘制到canvas上面 var texture:Texture = new Texture(htmlCanvas);//使用htmlCanvas创建Texture var sp:Sprite = new Sprite().pos(0, 200);//创建精...
来源: laya_api 发布时间: 20170929
...ui class文件继承于导出的TestUI类,然后这个ui里面有一个var为closeBtn的按钮 我是想创建一个容器,然后把这个Test的对象扔进这个容器中,这个容器在add到stage中,这个时候发现Test的onAwake中无法找到这个closeBtn,console输出为undefined...
来源: Laya_社区 发布时间: 20200323
...和位置 onTriggerEnter(other,self,contact) { var n=this.owner.rotation; if(other.label === "heng"){ console.log("角度"+this.owner.rotation); this.owner.rotation=180-n; console.log...
来源: Laya_社区 发布时间: 20200817
...到场景,然后又被移除,还能通过Ray进行碰撞检测么? var outHitAllInfo:Vector.<RaycastHit> = new Vector.<RaycastHit>(); point.elements[0] = MouseManager.instance.mouseX; point.elements[1] = MouseManager.instance.mouseY; ray.direction.x = 0; ray.direction.y = 0; ray.di...
来源: Laya_社区 发布时间: 20171017
...Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined var 与 name 的详细区别是什么? 微信小游戏编译报错 导微信小程序报错window.focus is not a function 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play...
来源: Laya_社区 发布时间: 20180819