大约有 99 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
Laya_社区(56) laya_api(12) Laya2.0_api(12) Laya3.0_文档(6) Laya_示例(5) Laya2.0_文档(4) Laya2.0_示例(3) Laya3.0_api(1)
...= new Laya.Vector3(0, 0.5, -1); Laya.loader.load(["../../res/threeDimen/ui/button.png"], Laya.Handler.create(null, function () { var changeActionButton = Laya.stage.addChild(new Laya.Button("../../res/threeDimen/ui/button.png", "渲染目标")); changeActionButton.size(160, 40); changeActionButton.l...
来源: Laya_示例 发布时间: 20241118
...ll/room_bg.png"); this.roombg.pos(50,150); this.addChild(this.roombg); var button = new Sprite(); button.loadImage($mj.Curr_Game_ImagePath + "hall/room_jiesan.png"); button.pos(300, 0); this.roombg.addChild(button); button.on(Event.MOUSE_DOWN, this, function (e) { list.addItem(1); }); function Item(...
来源: Laya_社区 发布时间: 20170920
Button和下面的3D物体重叠,点击button,3D物体会同时响应自己的鼠标脚本 怎么才能在点击UI时,UI下方的3D物体不响应鼠标事件 2021-01-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20210122
...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
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton UIComponent Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多...
来源: Laya2.0_api 发布时间: 20190513
...方法创建的对象,没办法绑定事件监听? var bt = new Laya.Button("comp/btn_start.png","测试按钮"); bt.on(Laya.Event.CLICK, this, this.click); Laya.stage.addChild(bt); function click() { console.log("??????????"); } 点击之后没有翻译,按钮也...
来源: Laya_社区 发布时间: 20170421
2.0 beta UI Button无法获取 2.0 beta 版本创建的UI生成代码后,无法获取到Button组件。 生成后的代码: import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; export module ui { export class AttackUI extends View { public btn_attack:Laya.Button; constr...
来源: Laya_社区 发布时间: 20180926
怎么给List下的每个item中的button添加事件? 如图,我在UI页面做了个List: 现在我每个button都单独写了一个添加事件,很繁琐,尤其是item多的时候特别麻烦,我自己都觉得这个方法特别蠢,请问有没有好一点的方法呀? 下...
来源: Laya_社区 发布时间: 20180817
...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
...题请先登录 发起人 弓长 相关问题 laya的drawToTexture太坑 button图片丢失 IDE动画 添加过程出现图片资源丢失 button 图片丢失 为什么在编辑器模式下正常的animation, 运行时播放就会丢失内容? unity导出模型,材质球贴图丢失 关于Unit...
来源: Laya_社区 发布时间: 20220809