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

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

3021. 原生js实现复制到剪贴板功能在浏览器中不可用 [ 50%]

...发现, 直接在控制台document.execCommand("Copy");  会打印出  true   将代码改为 var oInput = document.createElement('input'); oInput.value = str; document.body.appendChild(oInput); oInput.select(); // 选择对象 if(document.execCommand("Copy")){ document.execCommand("Copy"); }...

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

3022. Spine骨骼动画 · LayaAir3文档 · LAYABOX [ 50%]

... // 关闭GPU骨骼动画优化 Laya.SketonOptimise.normalRenderSwitch = true; Copyright ©Layabox 2022 all right reserved,powered by LayaAir Engine更新时间: 2025-01-04 00:17:27 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20250104

3023. 新手,从unity导出地形的问题 [ 49%]

...ctor() {         //初始化引擎         Laya3D.init(0, 0, true);         //适配模式         Laya.stage.scaleMode = Laya.Stage.SCALE_FULL;         Laya.stage.screenMode = Laya.Stage.SCREEN_NONE;         //开启统计信息         Laya.Stat.sho...

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

3024. 怎么设置panel滑动回弹效果呀,比如当滑动没有超过子元素宽度一半的时候,就返回去还是显示当前元素,超过一半就往前运动显示下一个元素。 [ 49%]

...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 问题状态 最新活动: 2018-01-09 11:26 浏览: 1034 关注: 2 人 RayFor24 • 2018-01-09 11:29 已经设置了滚动条,可是没有找到每次滚动超过多少距离时,松手回弹或者滚动...

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

3025. list 没办法滚动,下面有demo [ 49%]

...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 [分享]Dialog 点击边缘不关闭的 Demo示例 鼠标滚轮滚动事件 Panel加了vScrollBarSkin还是不能滚动 问题状态 最新活动: 2021-10-18 17:27 浏览: 3672 关注: 2 人 Nothing • 2021...

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

3026. 官方新手游戏引导示例中关于hit和unHit的使用疑问 [ 49%]

...#000000"); guideContainer.hitArea = hitArea; guideContainer.mouseEnabled = true; hitArea.unHit.clear(); hitArea.unHit.drawCircle(step.x, step.y, step.radius, "#000000");我的理解是给父容器guideContainer(包含遮罩和圆形课交互区域)设置一个可点击区域(舞台宽高的范...

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

3027. dialog 关闭效果在哪里关闭啊,文档上是说通过设置manager.popupEffect和manager.closeEffect可以设置弹出效果和关闭效果,,但是都找不到这2个东西啊 [ 49%]

...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 Laya3D里的material可以设置flat shading么 龙骨skeleton鼠标点击区域的设置 问题状态 最新活动: 2017-05-08 09:40 浏览: 1593 关注: 2 人 zqn951201 • 2017-11-06 18:05 第二个案例...

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

3028. 单机游戏如何监听网络是否连接 [ 49%]

...构建xcode项目之后连接不上 節點的destroy方法參數默認為true時是否會遞歸調用子對象的destroy方法? 怎么检测点是否在 graphics所绘制的区域内 问题状态 最新活动: 2017-02-06 20:42 浏览: 1454 关注: 2 人 daohu • 2017-02-07 02:21 问题一:这...

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

3029. laya.d3.physics.Rigidbody3D_API3.0 [ 49%]

... laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 canScaleShape canScaleShape: boolean = true Inherited from PhysicsTrigg...

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

3030. laya2.0 截图功能分享,直接截取屏幕上所有对象 [ 49%]

...mer.frameOnce(1, this, () => { this.tempTexture2D.loadImageSource(cans, true); });  return this.tempTexture; } 2019-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 怦然心动。 赞同来自: 你好,...

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