大约有 989 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0066 秒)
Laya_社区(522) Laya3.0_api(117) Laya2.0_文档(110) Laya2.0_api(94) laya_api(83) Laya_示例(40) Laya3.0_文档(23)
...码。 我现在是仿照AS代码,改写成TS: 发现owner对象没有transform方法。AS和TS中两个对象的类型也不一样。 之后我发现在AS代码中,load方法 有个参数是:owner:Laya.Sprite3D ,所以我觉得的对象是这里赋值的,并不是owner这个对象。 ...
来源: Laya_社区 发布时间: 20171114
...selectedColor skewX skewY skin stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains customRender destroy destroy...
来源: Laya3.0_api 发布时间: 20231115
...ite3D.__proto._childs (laya.core.js:5779) at RenderSprite3D.__proto._transform (laya.webgl.js:5779) at Stage.__proto.render (laya.core.js:14540) at Stage.__proto.render (laya.core.js:17340) at Stage.__proto._loop (laya.core.js:17274) at loop (laya.core.js:5061) 2017-11-...
来源: Laya_社区 发布时间: 20171115
...rchy SpriteUtils Index Methods fitDOMElementInArea getGlobalPosAndScale getTransformRelativeToWindow Methods Static fitDOMElementInArea fitDOMElementInArea(dom: any, coordinateSpace: Sprite, x: number, y: number, width: number, height: number): void Defined in laya/utils/SpriteUtils.ts:131 使DOM元...
来源: Laya3.0_api 发布时间: 20231115
...Rect sizeGrid skewX skewY skin stage staticCache texture timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destro...
来源: Laya3.0_api 发布时间: 20231115
...果owner是3D节点那就没有x属性,因为3D节点的变换是通过transform来实现的,如果owner是2D节点,那就有这个属性,因为2D节点的坐标等信息是节点上的属性 2025-11-20 1 0 分享 微博 QZONE 微信 LayaAir小牛 赞同来自: 有的 就是position的X和Y ...
来源: Laya_社区 发布时间: 20251118
...ht; directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.transform.worldMatrix.setForward(new Laya.Vector3(1, -1, 0)); directionLight.shadowMode = Laya.ShadowMode.SoftLow; directionLight.shadowDistance = 100; directionLight.shadowNearPlane = 1; directionLight.shadowResolution = 204...
来源: Laya_社区 发布时间: 20201105
...的unity插件,对unity场景中的粒子进行缩放,也就是修改transform中的scale属性,用laya插件的预览功能却显示的是未缩放的状态呢? 附件 : --> 107026_skill2_buff.zip 2021-04-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20210429
...ure._boneList; mArmature.play(0,true,false); //mArmature.stop(); bone[5].transform.skY = 120; 没有stop()这样可以修改dan单个骨骼的sky值 ,但是调了stop()fan方法就不能改了 2017-04-18 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...
来源: Laya_社区 发布时间: 20170418
...有监听Laya.Event.RESIZE,只是设置了相机的translate this.camera.transform.translate(new Laya.Vector3(0.2,1,3.2),false); 但是伸缩页面以后3d模型没有伸缩,如何设置3d模型的等比缩放 附件 : --> 2019-07-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20190708