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

大约有 532 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0066 秒)

181. laya.map.TileAniSprite_API3.0 [ 63%]

...scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearAll clearTimer contains customRender destroy dest...

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

182. laya.particle.Particle2D_API3.0 [ 63%]

...ene scrollRect skewX skewY source stage staticCache template texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance advanceTime bubbleEvent callLater clearTimer contains customRender destroy d...

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

183. laya.media.VideoNode_API3.0 [ 63%]

...llRect seekable seeking skewX skewY source stage staticCache texture timer transform url videoHeight videoTexture videoWidth viewport visible volume width x y zOrder Methods _initialize _processActive _setX _setY addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater...

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

184. 场景环境反射(TypeScript-3D基础(TS)-LayaAir3D之场景渲染配置) [ 63%]

...nction(mesh){ teapot = scene.addChild(new Laya.MeshSprite3D(mesh)); teapot.transform.position = new Laya.Vector3(0, 1.75, 2); teapot.transform.rotate(new Laya.Vector3(-90, 0, 0), false, false); })); //加载纹理 Laya.Texture2D.load("res/threeDimen/pbr/jinshu.jpg", Laya.Handler.create(null, functio...

来源: Laya2.0_文档 发布时间: 20210715

185. PC端web应用开发,想把生成的canvas放进一个div中并调整在页面上的位置,请给出一个方案。 [ 63%]

...on: absolute;  left: 0px;  top: 0px;  background: rgb(255, 255, 255);  transform-origin: 0px 0px 0px;  transform: matrix(0.8, 0, 0, 0.8, 0, 0);   但我想把该canvas放进一个div中,然后把div在页面上调整位置。该怎么弄?   我试过把position改成static或relative,...

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

186. 3D本地空间坐标(本节点有旋转过)转父空间坐标 [ 63%]

...sition 里的               var parentInvMat: Matrix4x4 = Transform3D._tempMatrix0;             this._parent.worldMatrix.invert(parentInvMat);             Vector3.transformCoordinate(value, parentInvMat, this._localPosition); 2020-05-20 0 0 分享 微博 QZ...

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

187. 场景环境反射(JavaScript-3D基础(JS)-LayaAir3D之场景渲染配置) [ 63%]

...ction(mesh) { teapot = scene.addChild(new Laya.MeshSprite3D(mesh)); teapot.transform.position = new Laya.Vector3(0, 1.75, 2); teapot.transform.rotate(new Laya.Vector3(-90, 0, 0), false, false); })); //实例PBR材质 var pbrMat = new Laya.PBRStandardMaterial(); //开启该材质的反射 pbrMat.enab...

来源: Laya2.0_文档 发布时间: 20210715

188. Laya.Sprite3D.instantiate克隆的对象过多,渲染不出来 [ 63%]

...,且它是由20个扇形平成的圆环 this.m_vLastPos = this.m_circle.transform.localPosition; for(index = 0; index < 10; index++){ var circle = Laya.Sprite3D.instantiate(this.m_circle) this.m_pillar.addChild(circle); this.m_arrCircle.push(circle); this.m_vLastPos.y -= 60; circle.transform.lo...

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

189. 3D中如何获取模型的世界旋转角度,不是localRotationEuler,不是四元数,是在世界中x,y,z轴上的旋转角度 [ 62%]

...n 赞同来自: var a:Sprite3D = new Sprite3D();             a.transform.rotation; 2018-09-08 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 careylwq 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 ...

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

190. laya.media.SoundNode_API3.0 [ 62%]

...llRect skewX skewY source stage staticCache stopEvent target texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildr...

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