大约有 978 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0072 秒)
Laya_社区(516) Laya3.0_api(117) Laya2.0_文档(110) Laya2.0_api(94) laya_api(83) Laya_示例(40) Laya3.0_文档(18)
...Laya.MeshTerrainSprite3D.createFromMesh(terrain, 129, 129)); terrainSprite.transform.localScale = new Laya.Vector3(0.05, 0.05, 0.05); 附件 : --> mm_demo0531.rar 2017-05-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...
来源: Laya_社区 发布时间: 20170531
...坐标 camera.convertScreenCoordToOrthographicCoord(screenPos, pos); cube.transform.position = pos; });图一 2022-05-26 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 158*****197 相关问题 【屏幕适配】在LayaAir上面是竖...
来源: Laya_社区 发布时间: 20220525
...Sprite shadowResolution : Number 获取阴影贴图尺寸。 LightSprite transform : Transform3D[read-only] 获取精灵变换。 Sprite3D url : String[read-only] 获取资源的URL地址。 Sprite3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Di...
来源: Laya2.0_api 发布时间: 20190513
...ewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains cust...
来源: Laya3.0_api 发布时间: 20231115
...rShape后onUpdate移动,destroy会报错“Cannot read property 'getWorldTransform' of null” 发射时生成子弹: onFire() { if (this.isFire) { Laya.Mesh.load("fly2/fly3-bullet.lm", Laya.Handler.create(this, function (m) { let bullet = new Laya.MeshSprite3D(m); this.Sn.addChild(bullet); bull...
来源: Laya_社区 发布时间: 20190308
...ewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains cust...
来源: Laya3.0_api 发布时间: 20231115
...aya里自建了一个新动画,发现下面图里的很多节点都没有transform属性,原Unity动画里是有调节这些节点属性的,这可能就是异常原因 2023-04-03 0 0 分享 微博 QZONE 微信 小白菜 赞同来自: 我知道了,节点的名字里含有“.",所有含有....
来源: Laya_社区 发布时间: 20230403
... 求解Physics3D 内存占用问题 layabox2.5.0之后多个Physics3D使用transform移动出现旋转不正确的bug 2.0 physics3D 包太大了吧 能不能优化一下, 或拆分成多个功能包? laya2.0调试时候Error: "abort Cannot enlarge memory arrays.这个问题定位到了Physics3D...
来源: Laya_社区 发布时间: 20230519
...ewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contain...
来源: Laya3.0_api 发布时间: 20231115
... var boundFrustum=camera.boundFrustum; var camPos=camera._transform.position; for (var i=0;i < validCount;i++){ var render=renders ; if (camera._isLayerVisible(render._owner._layer)&& render._enable){ ...
来源: Laya_社区 发布时间: 20190711