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

大约有 290 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0060 秒)

281. 请问laya有没有类似翻页容器(pageView)的组件? [ 43%]

...llBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, this.onMouse) } onOpened(param: any) { super.onOpened(param); let imgArray = ; for (let i = 1; i < 7; i++) { imgArray.push(`ui/bg_help_0${i}.png`) } this.list_rule.array = imgArray; } ...

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

282. 描边Shader,使用了两个Pass [ 43%]

...视频流渲染吗? Image元件读不了资料流 两个list,同时挂mouseHandler. 第一个selectIndex正常,第二个不正常 两个view形式页面,互相加载用什么事件? 请问两个项目怎么合并成一个? 两个都是动画图集,为什么上面那个多生出一个pn...

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

283. 如何获取animation的node节点? [ 43%]

...如何获取鼠标在某个元素内 相对于这个元素的坐标 tree mouseHandler 怎么获取条目 问题状态 最新活动: 2019-06-03 20:21 浏览: 2728 关注: 6 人 138*****161 • 2019-02-18 12:49 这种针对动画复用比较少的还可以,假如一个动画可能要复用成百上...

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

284. 分享:List相关(Item增删功能) [ 42%]

...ler=new Handler(this,onRender); //list鼠标事件触发函数 listP._list.mouseHandler = new Handler(this,onMouse); } //鼠标事件添加 private function onMouse(e:Event,index:int):void { //鼠标单击事件触发 if(e.type == Event.CLICK) {//如果点中的是checkBox组件 if((e.target) is Che...

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

285. UI-RefreshList [ 28%]

..."dragBottomLimit", 65, 20); //绑定单元格鼠标处理 this.refreshList.mouseHandler = new Handler(this, this.onListMouse); // 提示文字 var image = new Laya.Image("res/ui/refreshList/img_bg05.png"); Laya.stage.addChild(image); image.pos(510, 20); image.width = 484; image.height = 256; var tip...

来源: Laya2.0_示例 发布时间: 20251209

286. laya.ui.List [ 26%]

...ue(如果父节点手动设置为false,则不会更改)。 Sprite  mouseHandler : Handler单元格鼠标事件处理器(默认返回参数e:Event,index:int)。List mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕...

来源: laya_api 发布时间: 20170929

287. laya.ui.List [ 25%]

...ue(如果父节点手动设置为false,则不会更改)。 Sprite  mouseHandler : Handler单元格鼠标事件处理器(默认返回参数e:Event,index:int)。List mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕...

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

288. laya.ui.Tree_API3.0 [ 25%]

...t hideFlags hitArea is3D itemRender keepStatus left list mask mouseEnabled mouseHandler mouseX mouseY numChildren parent pivotX pivotY renderHandler right rotation scaleX scaleY scene scrollBar scrollBarSkin scrollRect selectedIndex selectedItem selectedPath skewX skewY source spaceBottom spaceLeft ...

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

289. laya.ui.List_API3.0 [ 20%]

...ene _skinBaseUrl _url autoSize cacheContent disableStopScroll hitTestPrior mouseHandler mouseThrough name renderHandler selectEnable selectHandler tag totalPage drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY array bgColor blendMode bottom cacheAs cell...

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

290. socket大型项目回调 [ 14%]

...调函数可以传形参吗? socket监听 创建树Tree 该怎么回调mouseHandler 形参该传什么 Laya.loader.create 进度回调函数执行两次 本人想做个批量加载json文件,然后等这些文件统一加载完后回调 怎么停止正在运行Laya.timer.frameLoop的回调函数...

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