大约有 190 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(114) Laya3.0_api(19) laya_api(12) Laya2.0_api(12) Laya_示例(10) Laya2.0_文档(10) Laya3.0_文档(9) Laya2.0_示例(4)
...该组中当前所选的 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的disable = true设置,帧数瞬间下降问题 自己测试了一下:在Pc上,创建30个Button然后同时将Button的disable = true; 帧数瞬间下降13-17帧。 感觉很恐怖啊,如果我有6个Button,那么就会下降3帧左右。关键这是电脑上测试的情况,手...
来源: Laya_社区 发布时间: 20171102
...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
Button和下面的3D物体重叠,点击button,3D物体会同时响应自己的鼠标脚本 怎么才能在点击UI时,UI下方的3D物体不响应鼠标事件 2021-01-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20210122
...g(log.buffer.join("\n")); document.getElementById("sendButton").onclick = function() { if (ws != null) { //发送SubmitBetInfo请求 var submitBetInfo_obj = new Object(); var userBetList=[]; ...
来源: Laya_社区 发布时间: 20170724
...“兑换”按钮点击事件,在刷新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
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
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Button" Button Class Button Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 * 可以是单态,两态和三态,默认三态(up,over,down)。 example 以...
来源: Laya3.0_api 发布时间: 20231115
两个问题都关于LayaAir的ios真机 碰到个问题,Button组件我稍微改了下,为了实现按下的时候有个变暗的效果 statenum是1的按钮, /** * 对象的 <code>Event.MOUSE_OVER、Event.MOUSE_OUT、Event.MOUSE_DOWN、Event.MOUSE_UP、Event.CLICK</code> 事件...
来源: Laya_社区 发布时间: 20160802