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

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

231. addchild后,怎么去引用? [ 63%]

...se1.size(100,300); lose1.on(Laya.Event.CLICK,this.listP,this.play1); lose1.name="lose1"; this.listP.addChild(lose1); play1():void { console.log("111"); this.lose1.play(); //this._childs[5].play(); } 2017-10-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

232. Laya.MiniAdpter.downLoadFile缓存的文件无法读取的问题 [ 63%]

...veFilePath, success:function (data2) { /* 这里把临时文件名作为md5Name参数传递给了MiniFileMgr.onSaveFile函数, 但是最新实际上刚刚保存的文件名是:saveFilePath 感觉这里有些奇怪。 附:MiniFileMgr.onSaveFile 的函数原型:function(readyUrl,md5Name,isAdd,...

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

233. list控件内字体大小设置无效 [ 63%]

...ion updateItem(cell:Box, index:int):void{ var itemImg:Image=cell.getChildByName("itemImg") as Image; var itemName:Label=cell.getChildByName("itemName") as Label; itemImg.skin=cell.dataSource.image_url; itemName.width=Number(itemName.text.length*20); itemName.height=20; itemName.fontSize =12; itemNam...

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

234. laya.ui.Dialog [ 63%]

...回调函数处理器。 回调函数参数为用户点击的按钮名字name:String。 Dialog  closeType : String关闭类型,点击name为"close","cancel","sure","no","yes","no"的按钮时,会自动记录点击按钮的名称Dialog customRenderEnable : Boolean[write-only] 设置...

来源: Laya2.0_api 发布时间: 20190513

235. 关于 iframe跳转地址 [ 63%]

...ar iframe = document.createElement("iframe"); iframe.id = "iframe"; iframe.name = "iframe"; iframe.frameBorder = "no"; iframe.marginwidth="0px"; iframe.marginheight="0px" ; iframe.scrolling = "no"; iframe.border="0px" iframe.style.position = "absolute"; iframe.style.left = "0px"; iframe.style.top = ...

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

236. laya.display.AnimationPlayerBase [ 63%]

...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值...

来源: laya_api 发布时间: 20170929

237. laya.ui.List_API3.0 [ 62%]

...l, "#ff0000"); var label:Label = new Label(); label.text = "100000"; label.name = "label";//设置 label 的name属性值。 label.size(100, 20); addChild(label); } } example (function (_super){ function Item(){ Item.__super.call(this);//初始化父类 this.graphics.drawRect(0, 0, 100, 20, "#ff0000...

来源: Laya3.0_api 发布时间: 20231115

238. 图集动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 62%]

...动画模板的作用 我们回顾一下`play()`方法的第三个参数`name`。当我们将图集中的某组动画资源创建为动画模版,并给予模板命名后,`play()`方法的name参数就可以使用动画模版的命名,然后通过指定动画模板的名称来实现指定动画...

来源: Laya2.0_文档 发布时间: 20210715

239. 华为快游戏分包指南(TypeScript-小游戏适配文档-华为快游戏) [ 62%]

...。同时对应目录下需要有 game.js 文件 ```json subpackages:[ { "name":"subpackageName1",//对应分包名 "resource":"subpackagePath1"//对应分包文件夹 }, { "name":"subpackageName2", //对应分包名 "resource":"subpackagePath2"//对应分包文件夹 } ] ``` 华为快游戏有详...

来源: Laya2.0_文档 发布时间: 20210714

240. 关于打包图集时的图片默认属性repeat的区别 [ 62%]

...不会生成场景类了,此时该如何获得场景内的元素 var name 的详细区别是什么? matter中layasprite怎么改变图片大小? Texture图片能否进行翻转? 图集打包找不到图集文件 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色...

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