大约有 202 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
Laya_社区(126) Laya3.0_api(19) laya_api(12) Laya2.0_api(12) Laya_示例(10) Laya2.0_文档(10) Laya3.0_文档(9) Laya2.0_示例(4)
怎样把button的鼠标变成小手 怎样把button的鼠标变成小手,现在鼠标放到按钮上也不变成小手,怎么设置呢? 2018-01-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron ...
来源: Laya_社区 发布时间: 20180112
button的disable = true设置,帧数瞬间下降问题 自己测试了一下:在Pc上,创建30个Button然后同时将Button的disable = true; 帧数瞬间下降13-17帧。 感觉很恐怖啊,如果我有6个Button,那么就会下降3帧左右。关键这是电脑上测试的情况,手...
来源: Laya_社区 发布时间: 20171102
...该组中当前所选的 Radio 控件。 see laya.ui.RadioGroup Hierarchy Button Radio Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthS...
来源: Laya3.0_api 发布时间: 20231115
Button和下面的3D物体重叠,点击button,3D物体会同时响应自己的鼠标脚本 怎么才能在点击UI时,UI下方的3D物体不响应鼠标事件 2021-01-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20210122
...heet.PublicSpaceData; private bg:Laya.Image; private btnEnter:Laya.Button; constructor() { super(); this.initUI(); } private initUI () : void { this.bg = new Laya.Image(); this.btnEnter = new Laya.Button(); this.btnEnter.skin = "gamebutton/bu...
来源: Laya_社区 发布时间: 20170923
...g(log.buffer.join("\n")); document.getElementById("sendButton").onclick = function() { if (ws != null) { //发送SubmitBetInfo请求 var submitBetInfo_obj = new Object(); var userBetList=[]; ...
来源: Laya_社区 发布时间: 20170724
UI相关问题 morn UI的Button按钮收到鼠标事件类型不一致 如下图,Button按钮收到的鼠标类型和stateMap的键不一样 stateMap赋初始值的时候使用了宏,看来是专门做过处理的,不知道是浏览器版本还是什么问题,我的是Chrome浏览器 版...
来源: Laya_社区 发布时间: 20151106
怎么给button绑定一个事件,比如console.log一段话 因为新学的,所以请大佬们解惑,谢谢 2018-07-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 『Monica』 赞同来自: https://laya...
来源: Laya_社区 发布时间: 20180717
...“兑换”按钮点击事件,在刷新list数据源时,怎么清除Button的点击事件?还是不用清除点击事件?private updateItem(cell: Laya.Box, index: number): void { let btn: Laya.Button = cell.getChildByName("btn") as Laya.Button; btn.on(Laya.Event.CLICK, this, this.on_test); ...
来源: Laya_社区 发布时间: 20180810
....Mesh; import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.utils.Browser; import laya.utils.Handler; import laya.utils.Stat; import threeDimen.common.CameraMoveScript; public class D3Base_TargetTexture { private var skinMesh:MeshSprite3D; private var skinAni:SkinA...
来源: Laya_社区 发布时间: 20170209