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

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

1571. Laya.Rectangle 限制拖动的区域的参数是怎么计算的,相对于什么呢 [ 68%]

...0开始,这样也不行 this.dragRegion = new Laya.Rectangle(0, 0, Laya.stage.width, Laya.stage.height);该怎么处理呢 2018-05-30 0 2 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 什么区域。 2018-05-31 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...

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

1572. 关于适配iphone X的问题 [ 68%]

关于适配iphone X的问题 代码里设置的适配是Laya.stage.scaleMode = laya.display.Stage.SCALE_EXACTFIT; 全屏拉伸的   但是用iphone X测试的时候,上面那个刘海会被挡住。。想做到上下切边的适配iphone X要怎么做?有提供方案吗? 2018-02-28 添加...

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

1573. laya.map.MapLayer_API3.0 [ 68%]

...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX ske...

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

1574. 给节点添加Rigidbody后移动父级,该节点不跟随父级移动的问题!! [ 68%]

...摄像头一说,按一些大佬给的提示,移动整个场景来控制stage显示的区域模拟镜头移动,但是当我移动父级后人物不跟随父级移动一直在stage的固定位置。 有没有遇到过类似情况的大佬,给点开发思路,跪谢! 附件 : --> 2019-05-11 ...

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

1575. laya.ui.DialogManager_API3.0 [ 68%]

...ponents customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX ske...

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

1576. laya.html.dom.HTMLIframeElement_API3.0 [ 68%]

...xtWidth customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea href innerHTML is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrol...

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

1577. laya.ani.swf.MovieClip_API3.0 [ 68%]

...s count customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea index is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY playing rotation scaleX scaleY scene scroll...

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

1578. dialog的popup方法不会关闭其他弹窗 [ 68%]

...log = new NormalDialog(context); this.normalDialog.popup(true, true); Laya.stage.addChild(this.normalDialog);  }  }     // 弹窗代码   class NormalDialog extends ui.normalDialogUI { constructor( text: string ) { super(); // 设置label文字 this.context.text = text; this.btn_close.on(Laya.E...

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

1579. 3d 设置相机正交投影,在使用3d转2d 坐标转换不成功 [ 68%]

...t.z > 1.0){ outE[0]=outE[1]=outE[2]=NaN; }else { outE[0]=outE[0] / Laya.stage.clientScaleX; outE[1]=outE[1] / Laya.stage.clientScaleY; } } 2017-12-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 LagField 赞...

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

1580. ColorPicker组件的皮肤制作标准是? [ 68%]

...aya.init(640, 800);//设置游戏画布宽高。               Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。               Laya.loader.load("resource/ui/color.png", Handler.create(this,onLoadComplete));//加载资源。           }           private function...

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