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

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

61. 两个问题都关于LayaAir的ios真机 [ 65%]

两个问题都关于LayaAir的ios真机 碰到个问题,Button组件我稍微改了下,为了实现按下的时候有个变暗的效果 statenum是1的按钮, /** * 对象的 <code>Event.MOUSE_OVER、Event.MOUSE_OUT、Event.MOUSE_DOWN、Event.MOUSE_UP、Event.CLICK</code> 事件...

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

62. 关于UI与3D场景的问题 [ 65%]

...请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: button.on(Laya.Event.CLICK, this, function(event:Laya.Event){ console.log("点击到了UI"); event.stopPropagation(); }); 完整代码 2018-05-30 0 17 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 你这个问题描述...

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

63. 列表嵌套另外一个列表 [ 64%]

...文件,避免浏览器的缓存 请问layaide如何创建一个复合的Button 分享一个TS版本的3D2D结合的单机斗地主Demo 移植了一个游戏 代码重新 写的 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的...

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

64. 初学者的提问,如何在场景中获取到对象 [ 64%]

...学者的提问,如何在场景中获取到对象 在场景中有一个button 和一个text ,点 button ,让text 的值改变要如何写,如下: btnclick.js 如下: onAwake(){         this.btn = this.owner;         this.btn.on(Laya.Event.CLICK,this,this.cli)      ...

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

65. 2.0按钮添加事件报错 cannot read property 'on' fof undefined [ 63%]

...port class login_bgUI extends View {         public btn_close:Laya.Button;         public lab_account:Laya.TextInput;         public btn_login:Laya.Button;         public lab_password:Laya.TextInput;         public btn_register:Laya.Button;         pub...

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

66. 阻止点击穿透问题 [ 63%]

...• 2020-03-19 23:53 无力吐槽,Sprite里面必须至少容纳过一个Button组件才能正常阻挡鼠标,无论你怎么设置mouseEnabled和mouseThrough Raykid • 2020-03-19 23:53 @WANGGANG:无力吐槽,Sprite里面必须至少容纳过一个Button组件才能正常阻挡鼠标,无...

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

67. 图片区域点击有问题 [ 62%]

...围还是有问题 13632637059 • 2018-04-26 17:32 我给我image下面的button给了一个var 然后去直接调用这个var 也没反应。我 13632637059 • 2018-04-26 16:34 那怎么弄触发事件,难道是用图片去设置点击? w1114367261 • 2018-04-26 17:16 刚看到你这监听...

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

68. drawToTexture截大图有问题,会丢失 [ 62%]

...题请先登录 发起人 弓长 相关问题 laya的drawToTexture太坑 button图片丢失 IDE动画 添加过程出现图片资源丢失 button 图片丢失 为什么在编辑器模式下正常的animation, 运行时播放就会丢失内容? unity导出模型,材质球贴图丢失 关于Unit...

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

69. laya.ui.Button [ 62%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton Component Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态...

来源: laya_api 发布时间: 20170929

70. 动画-旧版骨骼动画 [ 62%]

...ex); } private loadUI(): void { Laya.loader.load(["../../res/threeDimen/ui/button.png"], Laya.Handler.create(this, function (): void { this.changeActionButton = Laya.stage.addChild(new Laya.Button("../../res/threeDimen/ui/button.png", "切换动作")) as Laya.Button; this.changeActionButton.size(160...

来源: Laya_示例 发布时间: 20241118