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

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

1901. [LayaAirIDE3]laya3.3更新后,Laya.Scene.gc()问题 [ 54%]

...图集加载问题 关于适配采用showAll后留白部分的颜色问题 event自定义事件的问题 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 mask在layaplayer中有问题 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 问题...

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

1902. LAYABOX游戏实时语音之APP版本 [ 54%]

...LoginView extends ui.LoginUI { constructor() { super(); this.login.on(Laya.Event.CLICK, this, this.Loginyim); this.joinroom.on(Laya.Event.CLICK, this, this.JoinRoom); this.RecordAudio.on(Laya.Event.MOUSE_DOWN, this, this.StartRecordAudio); this.RecordAudio.on(Laya.Event.MOUSE_UP, this, this.StopReco...

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

1903. 这2.0的文档有吗?咋跟我下的2.0好不一样不知道咋开始 [ 54%]

...LAYAAIR2.0 有新手文档吗,我连HELLOWORLD都打不出 有没有Laya.Event.CLICK的相关说明文档 技术文档那个简单3D例子 as3源码资源有吗?打网球那个哈 【文档错误】3D Camera文档添加天空盒错误 社区、文档、API的全文搜索功能不太好用 layaAi...

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

1904. Laya3.0 获取物体初始位置错误 [ 54%]

...? 如何获取图片每个像素点的RGB? 怎么获取对象的坐标 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 问题状态 最新活动: 2023-04-04 20:15 浏览: 4166 关注: 3 人

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

1905. laya.ui.ProgressBar_API3.0 [ 54%]

...in addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getCo...

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

1906. 【简单跑酷--JS版】---Lv.3 添加地板 [ 54%]

...(this.x + this.width) < this.maxRight){ this.isOutComplete = true; this.event(Floor.OUT_COMPLETE, this); }else if((this.x + this.width) < 0){ //判断整个floor是否不在屏幕里面了 如果不在了 移除当前floor Laya.timer.clear(this, this.onLoop); this.visible = false; this.event(F...

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

1907. 如何让鼠标箭头移到某个btn上就变为手型,移出后再变为原型 [ 54%]

... 相对于这个元素的坐标 龙骨skeleton鼠标点击区域的设置 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 鼠标滚轮滚动事件 Laya 鼠标Cursor怪异问题,有demo Sprite鼠标事件不响应 如何实现鼠标左键点中按钮,然后按钮随鼠标拖动 ...

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

1908. laya.ui.HSlider_API3.0 [ 54%]

...in addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getCo...

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

1909. laya.ui.VSlider_API3.0 [ 54%]

...in addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getCo...

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

1910. sprite添加texture后,sprite无法触发点击事件? [ 54%]

...(IMG_RES[this.name])); Laya.stage.addChild(this.item);  this.item.on(Laya.Event.CLICK, this, () => { this.item.destroy(); }); 2017-08-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: ...

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