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

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

31. 想要找设置相对坐标后的view全局坐标,发现有问题,请教一下. [ 72%]

...,y, view 坐标设置为相对于scene的相对坐标, 即: left top right bottom centerX centerY userPanel 坐标设置为相对于view的相对坐标, 即: left top right bottom centerX centerY   现在想要获取 userPanel 的stage 全局坐标, 请教一下, 怎么获取? 附件 : --> 2021-02...

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

32. laya.maths.Matrix4x4_API3.0 [ 70%]

...tic createOrthoOffCenter createOrthoOffCenter(left: number, right: number, bottom: number, top: number, znear: number, zfar: number, out: Matrix4x4): void Defined in laya/maths/Matrix4x4.ts:387 计算正交投影矩阵。 Parameters left: number 视椎左边界。 right: number 视椎右边界。 bo...

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

33. panel的实际高度如何获取 [ 69%]

...取 如图 在编辑器中,设置自适应大小的属性left, right,top,bottom; 当我在此panel加入N多子项形成列表时,希望某一行在panel的中间 问,在代码中,我如何知道这个panel的显示区域的实际高度   this.panelList.contentHeight? this.panelList.heigh...

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

34. laya.d3.math.Matrix4x4_API3.0 [ 69%]

...tic createOrthoOffCenter createOrthoOffCenter(left: number, right: number, bottom: number, top: number, znear: number, zfar: number, out: Matrix4x4): void Defined in laya/d3/math/Matrix4x4.ts:421 计算正交投影矩阵。 Parameters left: number 视椎左边界。 right: number 视椎右边界。 ...

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

35. 场景(View)通过runtime挂载脚本后,通过UI编辑器设置的位置属性(bottom等)失效,必现 [ 68%]

...)通过runtime挂载脚本后,通过UI编辑器设置的位置属性(bottom等)失效,必现 必现步骤: 1、新建场景,场景类型是View,宽高为标准设计图750*1334,加一张背景图填满场景 2、设置配置文件scaleMode 为fixedwidth,通过laya2.0设置 该...

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

36. laya.d3.math.Matrix4x4 [ 67%]

...察矩阵 Matrix4x4  createOrthoOffCenterRH(left:Number, right:Number, bottom:Number, top:Number, near:Number, far:Number, out:Matrix4x4):void[static] 计算正交投影矩阵。 Matrix4x4  createPerspective(fov:Number, aspect:Number, near:Number, far:Number, out:Matrix4x4):void[static] 计算...

来源: laya_api 发布时间: 20170929

37. HBox如何实现根据它的父节点的宽高来实现100%填充 [ 65%]

...博 QZONE 微信 cuixueying 赞同来自: 设置HBox(子节点)的top bottom left right为0看看! 2017-08-31 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ant2004eq 相关问题 微信关系链:LayaAir引擎针对微信小游...

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

38. 我有元素是始终定位底部的,旋屏后就不准了,有什么好方法吗? [ 65%]

...就不准了,有什么好方法吗? 有类似于 position: absolute; bottom: 0的方案吗?   现在是用Laya.stage.height - 元素高度,但这样旋屏后定位就错了。 2017-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

39. 适配问题... [ 65%]

...就可以搜到啊 你是没搜到么 相对布局left   right  top  bottom 2018-03-23 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 djhaoge 相关问题 发起问题须知,必看!!!不按提问规则的,官方拒绝解答...

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

40. 关于ide的UI编辑器问题 [ 63%]

...元素进行相对定位,而UI编辑器里提供的leftrighttopbottom的一些相对定位功能,也都是设置像素值(绝对值),导致我的定位不精准,需要在代码里进一步定位,这样UI编辑器就可有可无了! 比如美工的设计尺寸是750*1334,...

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