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

大约有 6,944 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0227 秒)

731. laya.ui.IBox_API3.0 [ 89%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

732. laya.ui.IRender_API3.0 [ 89%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

733. laya.ui.IItem_API3.0 [ 89%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

734. Morn UI中的Label文字颜色显示不正确 [ 89%]

...时设置Label的颜色为白色,用flash调试时是正常的,但用Laya编译后在Chrome上运行却变成了黑色,就是什么问题呢? 2015-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 WLDra...

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

735. 动效模板(JavaScript-LayaAir基础篇(JS)-动画基础) [ 89%]

...ndex.html中引用。编写以下代码: ```javascript //初始化引擎 Laya.init(1334,750); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //加载图集资源,加载成功后将UI界面添加到舞台上 Laya.loader.load("./res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded)); f...

来源: Laya2.0_文档 发布时间: 20210715

736. 获取的ui页面里下on事件无法触发 [ 89%]

...var GameStartView = function () { GameStartView.super(this); this.Start.on(Laya.Event.CLICK, this, this.open); console.log(this.Start); GameStartView.prototype.open = function(){ console.log("Open is ok"); } }; Laya.class(GameStartView,"GameStartView", GameStartUI); 输出:Button {toggle: false, _...

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

737. 该怎样用MORN UI [ 89%]

...boy • 2016-10-10 20:18 在flash项目下,MornUI我一直在用,但在Laya下就不行,百度也没有关于Laya下用MornUI的,就不是不能直接调试? cuixueying • 2016-10-11 10:01 我看你的项目是layaFlash项目 1、MournUI库需要用官方适配过h5的类库,不能直...

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

738. 请问下设计模式的生成的页面,为啥ts的项目会生成ui.***.as 文件? [ 89%]

...令行工具构建和发布项目 iphone自带浏览器页面怎么锁定 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 layaAir TS项目如何引用protoBuf库? 图集打包找不到图集文件 用了第三方socket类 项目在IDE上可...

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

739. 打包微信小程序后,在开发者平台上报 ui is not defined 错误 [ 89%]

...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 按照文档认真来,漏步骤就会出问题。。ui 需要发布然后ide 运行,然后再发布到小游戏。 2018-07-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠...

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

740. 自定义UI组件,继承自laya.editorUI.graphic.DrawRect [ 89%]

自定义UI组件,继承自laya.editorUI.graphic.DrawRect 拖入控件就IDE就直接卡死   Xml配置如下: 代码如下: 结果是显示这个,而且卡死了     附件 : --> 2017-11-17 8 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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