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

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

311. laya.ui.Button_API3.0 [ 75%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Button" Button Class Button Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同...

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

312. 一个页面如果引入多个UI项目,怎么能清除掉某一个UI组件,Laya.stage.destroyChildren();方法把整屏幕清楚了 [ 75%]

...页面如果引入多个UI项目,怎么能清除掉某一个UI组件,Laya.stage.destroyChildren();方法把整屏幕清楚了 RT 2017-12-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来...

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

313. UI嵌套的该怎么调用? [ 75%]

...象,调用第一个的一个方法,走进了第二方法里 请问在layaIDE里,怎么调用微信小程序API LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 View嵌套Dialog组件 一个时间轴动画里...

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

314. Point Light不能导出? [ 75%]

...的场景中调用点光照就可以了var pointLight = scene.addChild(new Laya.PointLight()); pointLight.color = new Laya.Vector3(0.1189446, 0.5907708, 0.7352941); pointLight.transform.position = new Laya.Vector3(0.4, 0.4, 0.0); pointLight.attenuation = new Laya.Vector3(0.0, 0.0, 3.0); pointLight.r...

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

315. 图片资源引用 [ 75%]

...ndex.html │   ├── libs │   ├── res ├── happyfarm.laya ├── jsconfig.json ├── laya │   ├── assets │   ├── pages │   └── styles.xml ├── libs │   └── LayaAir.d.ts └── src ├── BangzhuView.js ├── Dizhuqua...

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

316. ComboBox属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 75%]

# ComboBox 组件参考 ## 一、通过LayaAirIDE创建ComboBox组件 ###1.1 创建ComboBox ​ ComboBox 是一个下拉列表选项框组件。 ​ 点击选择资源面板里的 ComboBox 组件,拖放到页面编辑区,即可添加 ComboBox 组件到页面上。 ​ ComboBox 的脚本请接口...

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

317. 加载UI为什么总是加载白底 [ 75%]

加载UI为什么总是加载白底 var LayaSample = (function(){ (function(){ //初始化引擎 Laya.init(750,1334); //设置stage颜色s Laya.stage.bgColor = "#ffffff"; //加载资源 Laya.loader.load("res/atlas/comp.json",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS) })(); function ...

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

318. laya.ui.Dialog_API3.0 [ 75%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Dialog" Dialog Class Dialog Dialog 组件是一个弹出对话框,实现对话框弹出,拖动,模式窗口功能。 可...

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

319. BoxCollider 调用destroy报错 [ 75%]

...象,调用第一个的一个方法,走进了第二方法里 请问在layaIDE里,怎么调用微信小程序API laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is n...

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

320. 使用hitArea加大UI的响应区域 [ 75%]

...什么有负数,自己改一下正数就知道原因了 this.hitArea = new Laya.Rectangle(-1000, -1000, 3000, 3000) 2018-11-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 所以要表...

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