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

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

2041. 请教玩一玩横屏问题 [ 53%]

...采用showAll后留白部分的颜色问题 mask在layaplayer中有问题 event自定义事件的问题 请教下微信小游戏的内存和数据缓存? Laya.Loader.getRes请教 问题状态 最新活动: 2018-07-12 21:17 浏览: 1110 关注: 2 人 D7_Tira • 2018-07-12 22:00 这个方法不好...

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

2042. 销毁或移除sprite3D后再次生成的问题 [ 53%]

...问题,帮忙看一下 我这样载入场景问题出现在哪呢?? event自定义事件的问题 问题状态 最新活动: 2017-08-02 21:31 浏览: 839 关注: 2 人 150*****372 • 2017-08-02 22:58 我最后在销毁后使用clearRes,之后再以getRes方式加载给sprite3D,发现这个...

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

2043. 摄像机捕捉目标(JavaScript-3D基础(JS)-LayaAir3D之Camera) [ 53%]

...0, 1, 0); ``` ```typescript //点击事件 this.changeActionButton.on(Laya.Event.CLICK, this, function(){ this.index++; if (this.index % 3 === 1 ){ //摄像机捕捉模型目标 this.camera.transform.lookAt(this.box.transform.position, this._up); } else if (this.index % 3 === 2){ //摄像机捕捉...

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

2044. 摄像机捕捉目标(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 53%]

...0, 1, 0); ``` ```typescript //点击事件 this.changeActionButton.on(Laya.Event.CLICK, this, function(){ this.index++; if (this.index % 3 === 1 ){ //摄像机捕捉模型目标 this.camera.transform.lookAt(this.box.transform.position, this._up); } else if (this.index % 3 === 2){ //摄像机捕捉...

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

2045. 有没有办法知道一个页面是否被显示出来!!! [ 53%]

...有没有办法知道一个页面是否被显示出来!!! 监听Laya.Event.LOADED事件好像没有效果 2018-02-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 把他的层级放...

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

2046. laya2.0 获取像素点的接口官方太不负责了吧 [ 53%]

...用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 怎样获取浏览器地址传过来的GET参数 问题状态 最新活动: 2019-04-03 17:27 浏览: 4155 关注: 2 人

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

2047. laya.ui.HScrollBar [ 53%]

... Classes | Index | Frames No Frames HScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区...

来源: Laya2.0_api 发布时间: 20190513

2048. laya.ui.RadioGroup_API3.0 [ 53%]

...ild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer contains customRender delItem destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildInd...

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

2049. Facebook Iphone 放大模式 ,标准模式适配 [ 53%]

...一下,最后回到原大小或原位置,应该用什么缓动模式 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 问题状态 最新活动: 2019-04-27 11:14 浏览: 2087 关注: 2 人

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

2050. 如何给Tab里的button设置点击事件? [ 53%]

...quot;当前选择的标签页索引为:" + index);); this.Tab_ZM.on(Event.CLICK,this,onDaoju(index)); } 想请问下,这样添加,我上面点击事件只执行一次,就连打印出onSelect里的东西也只有一次? cuixueying • 2017-05-16 10:53 selectHandler本身就是点击事...

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