大约有 989 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)
Laya_社区(522) Laya3.0_api(117) Laya2.0_文档(110) Laya2.0_api(94) laya_api(83) Laya_示例(40) Laya3.0_文档(23)
...ity预览报错 laya.d3.js:25772 Uncaught TypeError: Cannot read property 'transform' of undefined at SkinnedMeshRenderer._computeSubSkinnedData (laya.d3.js:25772) at SkinnedMeshRenderer._computeSkinnedData (laya.d3.js:25754) at SkinnedMeshRenderer._renderUpdate (laya.d3.js:25851) ...
来源: Laya_社区 发布时间: 20200310
...全(可以查阅4.28号KylinLove的提交,修改了LayaGLQuickRunner的transform_drawTexture方法和RenderSprite的_texture方法,但是还有一些小问题没有修复。 1.微信开放数据域不显示了,因为2.0的wxopendataview的texture的sourcewidth是0,做分母这里会报错,...
来源: Laya_社区 发布时间: 20200708
...ight.color = new Laya.Vector3(0.1189446, 0.5907708, 0.7352941); pointLight.transform.position = new Laya.Vector3(0.4, 0.4, 0.0); pointLight.attenuation = new Laya.Vector3(0.0, 0.0, 3.0); pointLight.range = 3.0; 2017-12-19 0 4 分享 微博 QZONE 微信 Faith_mkx 赞同来自: 那我调效果岂不...
来源: Laya_社区 发布时间: 20171219
...tChildByName("Main Camera"); camera.addComponent(CameraMoveScript); camera.transform.localPosition = new Laya.Vector3(8.937199060699333, 61.364798067809126, -66.77836086472654); //将灯光移动脚本添加到摄像机上 var moveScript = camera.addComponent(LightMoveScript); //获取操作的灯...
来源: Laya2.0_文档 发布时间: 20210715
...tChildByName("Main Camera"); camera.addComponent(CameraMoveScript); camera.transform.localPosition = new Laya.Vector3(8.937199060699333, 61.364798067809126, -66.77836086472654); //将灯光移动脚本添加到摄像机上 var moveScript = camera.addComponent(LightMoveScript); //获取操作的灯...
来源: Laya2.0_文档 发布时间: 20210715
... 2020-04-08 10:23 就是简单的 camera.viewport.project(this._ownerView.transform.position, camera.projectionViewMatrix, this._outPos); let tx: number = this._outPos.x / Laya.stage.clientScaleX; let ty: number = this._outPos.y / Laya.stage.clientScaleY; 在相机视野外比较远的对象 转换...
来源: Laya_社区 发布时间: 20190809
...回复 Laya_XS 赞同来自: 你可以通过 var matrix = Laya.stage.get_transform(); 第一个方法: matrix.tx += 100;//水平方向移动; matrix.ty += 100;//垂直方向移动; 第二个方法: matrix.translate('水平方向移动','垂直方向移动'); 2020-08-25 0 4 分享 微博 QZONE 微信...
来源: Laya_社区 发布时间: 20200825
...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
...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