大约有 720 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0057 秒)
Laya_社区(328) Laya3.0_api(99) Laya2.0_api(82) laya_api(76) Laya2.0_文档(63) Laya_示例(46) Laya3.0_文档(14) Laya2.0_示例(12)
...我直接库里面改了 ymsdandan • 2017-11-07 11:50 @zqn951201:Sprite.rotation
来源: Laya_社区 发布时间: 20171107
...nsform.position = new Vector3(-28.8, 8, -60); renderTargetCamera.transform.rotate(new Vector3(0, 180, 0), true, false); //选择渲染目标为纹理 renderTargetCamera.renderTarget = new RenderTexture(512, 512); //渲染顺序 renderTargetCamera.renderingOrder = -1; //清除标记 renderTargetCamer...
来源: Laya2.0_文档 发布时间: 20210715
...).map(_ => new Laya.Matrix()) matrices.forEach((matrix, i) => matrix.rotate(Math.PI / 2 * i)) tileIndices.forEach((idxOnSource, idxOnTilemap) => { if (!idxOnSource) return const position = tilemap.getTilePositionByIndex(idxOnTilemap) const tileTexture = getTexture(idxOnSource) const matrix ...
来源: Laya_社区 发布时间: 20180720
... Laya_Aaron • 2018-01-22 10:23 Tween.to(sp,{x:100,y:20,scaleX:2,scaleY:2,rotation:90},5000,null,Handler.create(this,onLater));完全没有问题
来源: Laya_社区 发布时间: 20180121
...ansform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //创建材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/...
来源: Laya2.0_文档 发布时间: 20210714
...orm.translate(new Vector3(0, 3, 3)); camera.transform.rotate(new Vector3( -30, 0, 0), true, false); camera.clearColor = null; camera.clearFlag = BaseCamera.CLEARFLAG_SKY; //camera.addComponent(CameraMoveScript);报...
来源: Laya_社区 发布时间: 20170527
...按拖动还是滑动 摄像头自动旋转不行,哪里错了吗 计算rotate旋转值 粒子ide发射方向 问题状态 最新活动: 2018-03-01 16:20 浏览: 770 关注: 2 人 wq • 2018-03-01 17:28 。。。实现不了吗,我试试。 Star楼 • 2020-05-06 11:50 微信网页游戏不旋...
来源: Laya_社区 发布时间: 20180301
...发起人 linyewen 相关问题 怎么计算两个点之间的距离 计算rotate旋转值 Label组件字体大小计算不对 Box自动宽度计算错误 斜矩形怎么计算碰撞 3D如何计算反射线的向量? 求一个2D子弹跟踪的JS计算公式! 关于3D克隆同样显示对象DrawC...
来源: Laya_社区 发布时间: 20171207
...(); timeLine.on(Event.LABEL,this,onLabel); timeLine.addLabel("A",0).to(sp,{rotation:360},700) .addLabel("B",0).to(sp,{scaleY:0.7},200) .addLabel("C",0).to(sp,{scaleY:1},200); timeLine.play(0,false); } private function onLabel(text:String):void { trace(text); }应该是你的代码有问题,以上...
来源: Laya_社区 发布时间: 20161229
...n = new Laya.Vector3(-3, 1.5, 6); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3(-6, 0, 0), true, false); //设置摄像机视野范围(角度) camera.fieldOfView = 33; 附件 : --> 2018-09-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20180910