大约有 333 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0041 秒)
Laya3.0_api(174) Laya_社区(58) Laya2.0_api(43) laya_api(39) Laya3.0_文档(12) Laya2.0_文档(6) Laya2.0_示例(1)
...到约束框的大小,例如CheckBox。* ### 3.3 UI适配属性 `left、right、top、bottom`四个属性主要用于组件与父容器边缘距离位置适配。 `centerX、centerY`两个属性主要用于组件与父容器中心位置适配。 在游戏开发中,我们不可能把所有屏幕...
来源: Laya2.0_文档 发布时间: 20210715
...到约束框的大小,例如CheckBox。* ### 3.3 UI适配属性 `left、right、top、bottom`四个属性主要用于组件与父容器边缘距离位置适配。 `centerX、centerY`两个属性主要用于组件与父容器中心位置适配。 在游戏开发中,我们不可能把所有屏幕...
来源: Laya2.0_文档 发布时间: 20210714
...eturns void Static 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 视椎...
来源: Laya3.0_api 发布时间: 20231115
...标 x,y, view 坐标设置为相对于scene的相对坐标, 即: left top right bottom centerX centerY userPanel 坐标设置为相对于view的相对坐标, 即: left top right bottom centerX centerY 现在想要获取 userPanel 的stage 全局坐标, 请教一下, 怎么获取? 附件 : --> 20...
来源: Laya_社区 发布时间: 20210218
...eturns void Static 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
...tatic] 计算观察矩阵 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[...
来源: laya_api 发布时间: 20170929
...信 cuixueying 赞同来自: 设置HBox(子节点)的top bottom left right为0看看! 2017-08-31 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ant2004eq 相关问题 微信关系链:LayaAir引擎针对微信小游戏好友关系...
来源: Laya_社区 发布时间: 20170831
...)"); //可以自己加些处理 clipboard.on('success', function(e):* { rightClickBox.visible = false; if(inputDiv && inputDiv.parentNode) { Browser.container.removeChild(inputDiv); } }); clipboard.on('error', function(e):* { });把这个按钮放在自己的复制按钮之上 自己去...
来源: Laya_社区 发布时间: 20181214
...如何获取 如图 在编辑器中,设置自适应大小的属性left, right,top,bottom; 当我在此panel加入N多子项形成列表时,希望某一行在panel的中间 问,在代码中,我如何知道这个panel的显示区域的实际高度 this.panelList.contentHeight? this.panelL...
来源: Laya_社区 发布时间: 20180814
...个百度一搜就可以搜到啊 你是没搜到么 相对布局left right top bottom 2018-03-23 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 djhaoge 相关问题 发起问题须知,必看!!!不按提问规则的,官...
来源: Laya_社区 发布时间: 20180323