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

大约有 135 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)

11. 2.0 Beta3版本中,runtime脚本的的问题 [ 72%]

...creenMode:string="none"; static alignV:string="top"; static alignH:string="left"; static startScene:any="mainscene.scene"; static sceneRoot:string=""; static debug:boolean=false; static stat:boolean=false; static physicsDebug:boolean=false; static exportSceneToJson:boolean=false; constructor(){} sta...

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

12. 初学者求助,如何通过九宫格设置image横向放大且不失真 [ 71%]

...对应top(上边距)、right(右边距)、bottom(下边距)、left(左边距),在4条线的中间部分为拉伸部分,4条线的外部是不进行拉伸的部分。 2016-12-20 1 2 分享 微博 QZONE 微信 182*****369 赞同来自: 将作图放大至右图的形状且不失真 ...

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

13. #layaContainer 这个div是绝对定位吗?是否只能通过绝对定位的方法来定义container的位 [ 68%]

...可以通过获取到canvas所在的div的id,然后操作它的style的lefttop值来实现你的需求! 2017-01-04 1 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Charon 相关问题 两个对象new了一个相同的对象,调用...

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

14. 新手入坑请教下各位大神关于LayaMaxUI问题 [ 68%]

...creenMode:string="none"; static alignV:string="top"; static alignH:string="left"; static startScene:any="LoginScene.scene"; static sceneRoot:string=""; static debug:boolean=false; static stat:boolean=false; static physicsDebug:boolean=false; static exportSceneToJson:boolean=true; constructor(){} sta...

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

15. 关于微信小游戏的开放数据域,请问如何将开放数据域的canvas绘制到layaair的image上? [ 64%]

...ture.bitmap.alwaysChange = true; rankSprite2.graphics.drawTexture(texture, left*pixelRatio, top*pixelRatio, width*pixelRatio,height*pixelRatio);     这样在安卓上跑好卡啊 2018-05-07 0 0 分享 微博 QZONE 微信 yung 赞同来自: 关于开放域,微信将来回提供新方法,在此...

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

16. laya打包APK无法进入游戏 [ 63%]

...有关系吗: <div style="position:absolute;top: 32%;width: 80%;left: 10%;text-align:center;"> <img src="loading_logo.png" style="width: 100%;max-width:500px;" /> </div> 梦太晚 • 2019-06-20 12:56 @qian:请问可否告知,android studio这个...

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

17. laya.display.Stage [ 61%]

...s PropertyDefined By  alignH : String 水平对齐方式。默认值为"left"。 取值范围: "left" :居左对齐; "center" :居中对齐; "right" :居右对齐; Stage  alignV : String 垂直对齐方式。默认值为"top"。 取值范围: "top" :居顶部对齐; "middle"...

来源: laya_api 发布时间: 20170929

18. laya.display.Stage [ 60%]

...是否激活。 Node  alignH : String 水平对齐方式。默认值为"left"。 取值范围: "left" :居左对齐; "center" :居中对齐; "right" :居右对齐; Stage  alignV : String 垂直对齐方式。默认值为"top"。 取值范围: "top" :居顶部对齐; "middle" ...

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

19. laya.ui.View_API3.0 [ 58%]

...lRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scene3D scrollRect skewX skewY stage staticCache texture timer top transform url viewport visible width x y zOrder root ...

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

20. 横竖屏切换,此引擎渲染有BUG [ 57%]

...Laya.Event.RESIZE, this, this.OnresizeFn); Laya.stage.alignH = "center";//"left";  Laya.stage.alignV = "middle";//"top";  Laya.stage.screenAdaptationEnabled=true;   oldWith: number = 0; oldheight: number = 0; HengPing(isFirst: boolean): void { if (Laya.stage != null) { this.oldWith = Laya.Browser...

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