大约有 290 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0036 秒)
...图片 执行代码说加载不出来资源 这个是怎么回事? tree mouseHandler 怎么获取条目 我刚开始使用layabox,发布了一个h5,但是手机上应该怎么打开这个网页呢 怎么获取对象的坐标 用Mac下Unity5.6.2f1导出的模型在Mac浏览器显示正常,发...
来源: Laya_社区 发布时间: 20171122
...如何获取鼠标在某个元素内 相对于这个元素的坐标 tree mouseHandler 怎么获取条目 如何获取图片每个像素点的RGB? Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 lh文件内meshSprite添加阴影属性无效 怎么获取对象的坐标 怎样获取...
来源: Laya_社区 发布时间: 20200229
...域? 真机环境找不到window---cant find variable: window stack tree mouseHandler 怎么获取条目 开启CastShadow以后,模型会莫名其妙消失,物体渲染队列的_IndexInList会被破坏 问题状态 最新活动: 2019-11-16 10:31 浏览: 1749 关注: 3 人 kylin • 2019-11-15 ...
来源: Laya_社区 发布时间: 20191115
...面板打不开 使用getChildByName()无法得到子节点对象 tree mouseHandler 怎么获取条目 分享:LayaAir下如何获取图集下的小图资源? 问题状态 最新活动: 2020-01-08 21:34 浏览: 1795 关注: 3 人 Laya_Aaron • 2020-01-09 11:22 能导出的是 导出为sprite...
来源: Laya_社区 发布时间: 20200107
...解决? 分享:LayaAir下如何获取图集下的小图资源? tree mouseHandler 怎么获取条目 问题状态 最新活动: 2018-03-27 17:09 浏览: 2016 关注: 2 人 douzhix • 2018-03-27 17:22 我这个应该和横竖屏没啥关系吧。只是把之前layanative的资源zip一份到手...
来源: Laya_社区 发布时间: 20180327
...长宽高? 1.7.15 小游戏3d 发布后在手机预览显示异常 tree mouseHandler 怎么获取条目 分享:LayaAir下如何获取图集下的小图资源? 怎么获取对象的坐标 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 问题状态 最新活动: 2018-05-29 20:11...
来源: Laya_社区 发布时间: 20180529
...如何获取图集下的小图资源? 怎么获取对象的坐标 tree mouseHandler 怎么获取条目 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 问题状态 最新活动: 2018-05-30 15:41 浏览: 851 关注: 2 人 186*****150 • 2018-05-30 16:15 对不起,代码贴错...
来源: Laya_社区 发布时间: 20180530
...array = dataSource; this.mainUI.list.vScrollBarSkin = ""; this.mainUI.list.mouseHandler = new Laya.Handler(this, this.onSelect); this.mainUI.list.renderHandler = new Laya.Handler(this, this.onRender); Laya.stage.addChild(this.mainUI); }; GameMain.prototype.onRender = function (cell, index) { if(inde...
来源: Laya_社区 发布时间: 20170207
....renderHandler = new Laya.Handler(this, this.onItemUpdate); this.list_view.mouseHandler = new Laya.Handler(this, this.onItemClick); this.list_view.array = ;// 这里必须要初始化数据 } ViewActivityLimitedTask.prototype.onItemUpdate = function(_cell, _index) { var data = this.mList_.t...
来源: Laya_社区 发布时间: 20191111
...Arr[i].amount}); } } this.otherItem_list.array = data; this.otherItem_list.mouseHandler = new Handler(this,otherItem_listRender); fengjingmeng • 2018-03-21 16:44 你这个是list的逻辑,item的更新逻辑呢。item拿到数据后你做了什么处理? z624697 • 2018-03-21 16:46 现在是...
来源: Laya_社区 发布时间: 20180321