大约有 450 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0038 秒)
Laya3.0_api(200) Laya_社区(91) Laya2.0_api(61) laya_api(51) Laya3.0_文档(23) Laya2.0_文档(14) Laya_示例(6) Laya2.0_示例(4)
... z: number Z值。 w: number Returns void Static add add(left: Quaternion, right: Quaternion, out: Quaternion): void Defined in laya/maths/Quaternion.ts:240 计算两个四元数的和 Parameters left: Quaternion left四元数 right: Quaternion right 四元数 out: Quaternion 输出四元数 Returns...
来源: Laya3.0_api 发布时间: 20231115
...2", "height": "24", "name": "selectBox", "skin": "ui/clip_selectBox.png", "right": "0", "clipY": "2"}}, {"type": "Clip", "props": {"y": "4", "x": "14", "name": "folder", "clipX": "1", "skin": "ui/clip_tree_folder.png", "clipY": "3"}}, {"type": "Label", "props": {"y": "1", "text": "treeItem", "width"...
来源: Laya_示例 发布时间: 20241124
...2", "height": "24", "name": "selectBox", "skin": "ui/clip_selectBox.png", "right": "0", "clipY": "2"}}, {"type": "Clip", "props": {"y": "4", "x": "14", "name": "folder", "clipX": "1", "skin": "ui/clip_tree_folder.png", "clipY": "3"}}, {"type": "Label", "props": {"y": "1", "text": "treeItem", "width"...
来源: Laya2.0_示例 发布时间: 20241124
... z: number Z值。 w: number Returns void Static add add(left: Quaternion, right: Quaternion, out: Quaternion): void Defined in laya/d3/math/Quaternion.ts:240 计算两个四元数的和 Parameters left: Quaternion left四元数 right: Quaternion right 四元数 out: Quaternion 输出四元数 Retur...
来源: Laya3.0_api 发布时间: 20231102
...进行移动。 2.某些功能设计特别混乱,比如定位的left,right与x,width的关系问题,如果值同时设置,感觉逻辑完全混乱了,至少在编辑器里的表现是这样,哪个的权重要高些?或者当改变了某个值后,是否应该立即清除和它互斥...
来源: Laya_社区 发布时间: 20160706
...ut: ConchQuaternion 输出四元数 Returns void Static add add(left: any, right: ConchQuaternion, out: ConchQuaternion): void Defined in laya/d3/math/Native/ConchQuaternion.ts:333 计算两个四元数的和 Parameters left: any left四元数 right: ConchQuaternion right 四元数 out: ConchQuatern...
来源: Laya3.0_api 发布时间: 20231102
...horX=0.5,anchorY=0.5后,应该是从中心点开始缩放。 但是设置right属性后,就不对了,缩放中心就向左偏移了。 2018-05-26 0 1 分享 微博 QZONE 微信 Zane 赞同来自: 设置left/bottom/right/top属性后, anchorX anchorY就不起作用。缩放中心失效。 201...
来源: Laya_社区 发布时间: 20180525
...yLocation 属性中。 Hierarchy KeyLocation Index Properties LEFT NUM_PAD RIGHT STANDARD Properties Static LEFT LEFT: number = 1 Defined in laya/events/KeyLocation.ts:13 表示激活的键在左侧键位置(此键有多个可能的位置)。 Static NUM_PAD NUM_PAD: number = 3 Defined in laya/ev...
来源: Laya3.0_api 发布时间: 20231115
...ir引擎 相对布局,重新适应问题 我给背景图imgBG 的 left和right top bottom 赋值后 ,改变窗口大小, imgBG不会(按top = 0,left = 0,right=0,bottom=0) 变化,必须手动监听Laya.stage.on(Laya.Event.RESIZE,,)来二次适配吗 // this.imgBG.left = 0 ; ...
来源: Laya_社区 发布时间: 20170918
...tatic] Utils3D mulMatrixByArray(leftArray:Float32Array, leftOffset:int, rightArray:Float32Array, rightOffset:int, outArray:Float32Array, outOffset:int):void[static] 过数组数据计算矩阵乘法。 Utils3D mulMatrixByArrayAndMatrixFast(leftArray:Float32Array, leftOffset:int, rightMatrix:Ma...
来源: laya_api 发布时间: 20170929