大约有 982 项符合查询结果, 库内数据总量为 30,897 项。 (搜索耗时: 0.0071 秒)
Laya_社区(518) Laya3.0_api(117) Laya2.0_文档(110) Laya2.0_api(94) laya_api(83) Laya_示例(40) Laya3.0_文档(20)
...效果 问题:小球自转过程中,y轴和z轴发生了变化,再用transform.translate移动的时候,就并不是按照原来预想的移动了 疑问:能不能让小球自转的过程中 y轴和z轴不发生变化,或者有其他解决办法? 2019-05-19 添加评论 免费帖 --...
来源: Laya_社区 发布时间: 20190519
...zeGrid skewX skewY skin source stage staticCache texture timer toolTip top transform url useSourceSize viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer...
来源: Laya3.0_api 发布时间: 20231115
... ,在新版本2.1.0beta1中只能导出带Mesh组件的Sprite3D,空的Transform无法导出问题 附件 : --> 2019-06-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 185*****858 赞同来自: 遇到一...
来源: Laya_社区 发布时间: 20190604
...0, 0.9); spointLight.diffuseColor = new Laya.Vector3(1, 1, 1); spointLight.transform.translate(new Laya.Vector3(0, 30, 0)); spointLight.attenuation = new Laya.Vector3(3.0, 3.0, 3.0); spointLight.range = 30.0; 2017-11-06 0 2 分享 微博 QZONE 微信 ymsdandan 赞同来自: 如果是灯光方面...
来源: Laya_社区 发布时间: 20171106
...Y scene scene3D scrollRect skewX skewY stage staticCache texture timer top transform url viewport visible width x y zOrder manager root Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains customRender de...
来源: Laya3.0_api 发布时间: 20231115
...行时发现显示不出来 具体上图 运行后 在调试工具里改下transform 到底要怎样设置才行? 实在是抠破头了 最后补充一个 UI页面的图 附件 : --> 2018-07-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20180722
...in space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer contains customRender delI...
来源: Laya3.0_api 发布时间: 20231115
...移进屏幕内后看不见 一个屏幕外的物体,通过每帧刷新transform.localPosition来移动到屏幕内,但是该物体并没有在屏幕内显示出来。 而在改变该模型的动画状态后,则会突然又显示出来。 经尝试,是Animator的cullingMode的问题,在...
来源: Laya_社区 发布时间: 20190819
... = Math.cos(this.scaleDelta += 0.01) * 2; //修改球的位置 this.sphere.transform.position = this._position; //计算位置 this._camera.viewport.project(this._position, this._camera.projectionViewMatrix, this._outPos); this._layaMonkey2D.pos(this._outPos.x / Laya.stage.clientScaleX, this._outPos...
来源: Laya2.0_文档 发布时间: 20210715
...ollider碰撞(也加入运动刚体isKinematic),子层(MonsterBody)利用transform.traslate方式移动时会有穿透场景物体, (场景物件已在unity中加入 box collider) 需要程式码可联络wechat id leon12995 附件 : --> 2020-10-21 添加评论 已悬赏50元 --> 分享 微博...
来源: Laya_社区 发布时间: 20201021