大约有 3,091 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0114 秒)
Laya_社区(2361) Laya2.0_文档(237) Laya_示例(147) Laya2.0_示例(117) Laya3.0_api(70) Laya2.0_api(64) laya_api(59) Laya3.0_文档(36)
...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
关于适配iphone X的问题 代码里设置的适配是Laya.stage.scaleMode = laya.display.Stage.SCALE_EXACTFIT; 全屏拉伸的 但是用iphone X测试的时候,上面那个刘海会被挡住。。想做到上下切边的适配iphone X要怎么做?有提供方案吗? 2018-02-28 添加...
来源: Laya_社区 发布时间: 20180228
...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
...摄像头一说,按一些大佬给的提示,移动整个场景来控制stage显示的区域模拟镜头移动,但是当我移动父级后人物不跟随父级移动一直在stage的固定位置。 有没有遇到过类似情况的大佬,给点开发思路,跪谢! 附件 : --> 2019-05-11 ...
来源: Laya_社区 发布时间: 20190511
...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
...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
...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
...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
...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
...aya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/color.png", Handler.create(this,onLoadComplete));//加载资源。 } private function...
来源: Laya_社区 发布时间: 20171120