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

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

1. hitTestPrior点击穿透 [ 100%]

...rawRect(0, 0, box1.width, box1.height, `#999900`); box1.addChild(sp); box1.clickHandle = () => { lizheng.log(`点击了box1`); } box1.hitTestPrior = false; Laya.stage.addChild(box1); let lab = new Laya.Label(); lab.text = "666666666666666666"; lab.fontSize = 50; lab.clickHandle = () => { lizhe...

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

2. Button 添加事件不执行? [ 96%]

...e = 10; rightBtn.x = 100; rightBtn.y = 200; rightBtn.on(Event.CLICK, this, clickHandler); rightBtn.clickHandler = Handler.create(this, function () { console.log('click handler'); }); function clickHandler () { console.log('on click') } Stage.addChild(rightBtn);  请问一下,为什么事件不执...

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

3. [LayaAirIDE3]3.0.10 父容器做了一次scale缩放操作,子节点的label文字变模糊加粗 [ 86%]

...一下,最后回到原大小或原位置,应该用什么缓动模式 clickHandler只会执行一次,之后点击不再触发 laya.3.0.9 为什么给Sprite容器添加点击事件没反应 使用getChildByName()无法得到子节点对象 VBOX HBOX 的文档太少了,都不知道这两个...

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

4. list和cell如何联系 [ 84%]

...rHandler 中给 cell 中的 btn 添加点击事件处理 ; 类似 if(btn.clickHandler)  btn.clickHandler = new handler (this, onListBtnClick) ; onListBtnClick 函数中 list.selectItem 来判断执行什么逻辑 ; 2017-01-21 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...

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

5. laya.ui.CheckBox_API3.0 [ 79%]

...属性 y 的值,用于控制 checkBox 对象的显示位置。 checkBox.clickHandler = new Handler(this, onClick, [checkBox]);//设置 checkBox 的点击事件处理器。 Laya.stage.addChild(checkBox);//将此 checkBox 对象添加到显示列表。 } private function onClick(checkBox:CheckBox):v...

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

6. laya.ui.Button_API3.0 [ 75%]

...的属性 y 的值,用于控制 button 对象的显示位置。 button.clickHandler = new Handler(this, onClickButton,[button]);//设置 button 的点击事件处理器。 Laya.stage.addChild(button);//将此 button 对象添加到显示列表。 } private function onClickButton(button:Button):voi...

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

7. laya.ui.Radio_API3.0 [ 72%]

...InHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea ico...

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

8. laya.ui.Button [ 58%]

...的垂直方向中心线的距离(以像素为单位)。 Component  clickHandler : Handler 对象的点击事件处理器函数(无默认参数)。 Button comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自...

来源: laya_api 发布时间: 20170929

9. laya.ui.Button [ 57%]

...垂直方向中心线的距离(以像素为单位)。 UIComponent  clickHandler : Handler 对象的点击事件处理器函数(无默认参数)。 Button customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函...

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

10. laya.ui.CheckBox [ 38%]

...器的垂直方向中心线的距离(以像素为单位)。 Component clickHandler : Handler 对象的点击事件处理器函数(无默认参数)。 Button comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自...

来源: laya_api 发布时间: 20170929