大约有 434 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
Laya_社区(297) Laya2.0_文档(56) Laya_示例(23) Laya3.0_文档(22) Laya3.0_api(14) Laya2.0_示例(10) Laya2.0_api(8) laya_api(4)
...这个情况我查了下 是改变了canvas标签的 transform: matrix(0, -0.5, 0.560504, 0, 0, 375) 而且我觉得无论改canvas或者stage都好... 他们拉伸的比例也是可以计算的吧.... 这个比例也是可以公开的吧..... 接口的公布和功能实现的方式我感觉是两...
来源: Laya_社区 发布时间: 20170818
...,在属性面板,设置轴心点属性`anchorX`与`anchorY`的值为`0.5`,然后,设置Button宽高与轴心点的xy轴位置,如图9所示。 ![图9](img/9.png) (图9) *Tips:轴心点效果需要在UI中的组件属性中设置,在动效模板中设置轴心点效果对组件无效。...
来源: Laya2.0_文档 发布时间: 20210715
...:MeshSprite3D = scene.addChild(new MeshSprite3D(PrimitiveMesh.createSphere(0.5))) as MeshSprite3D; //将创建的球放置在导出球的同一点 sphere2.transform.position = sphere.transform.position; //将创建的球平移 sphere2.transform.translate(new Vector3(0, 1.3, 0),false); //将从导出...
来源: Laya2.0_文档 发布时间: 20210715
...re2 = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(0.5))) as Laya.MeshSprite3D; //将创建的球放置在导出球的同一点 this.sphere2.transform.position = this.sphere.transform.position; //将创建的球平移 this.sphere2.transform.translate(new Laya.Vector3(0, 1.3, ...
来源: Laya2.0_文档 发布时间: 20210715
... mat = new Laya.StandardMaterial(); mat.albedo = new Laya.Vector4(1, 1, 1, 0.5); mat.renderMode = 5; sphereSprite3d.meshRender.material = mat; Laya.timer.frameLoop(1, this, checkHit); } var ray = new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); var point = new Laya.Vector2(); var ...
来源: Laya_示例 发布时间: 20241118
....scaleTime = 100; //设置组件的中心点 this.anchorX = this.anchorY = 0.5; //添加鼠标按下事件侦听。按时时缩小按钮。 this.on(Laya.Event.MOUSE_DOWN,this,this.scaleSmall); //添加鼠标抬起事件侦听。抬起时还原按钮。 this.on(Laya.Event.MOUSE_UP,this, this.scaleBig...
来源: Laya2.0_文档 发布时间: 20210715
...le: Vector3 = this.layaMonkey.transform.localScale; tmpLocalScale.setValue(0.5, 0.5, 0.5); var aniSprite3d: Sprite3D = (<Sprite3D>this.layaMonkey.getChildAt(0)); //获取动画组件 var animator: Animator = (<Animator>aniSprite3d.getComponent(Animator)); //创建动作状态 var state: ...
来源: Laya3.0_文档 发布时间: 20230303
...运行速度运行 G-2 设置isSlow=false; Animation的运行间隔为0.5S,速度变慢 由于效果不好直接在文档中表现,请开发者手动操作体验下 ------------------------------------------------第二小节完------------------------------------------- 总结:以上的代...
来源: Laya_社区 发布时间: 20161014
...; } //添加球体 addSphere(){ let radius = 0.5; let sphere = this.scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(radius))); sphere.meshRenderer.material = this.mat2; this.tmpVector.setValue(0, 2, 2); ...
来源: Laya_社区 发布时间: 20191009
...苹果的缝隙问题可以解决! 2. 在火狐下 给图片透明度0.5 即可看到暗线 附件 : --> 九宫格问题测试问题件(ie、苹果、火狐).rar 2018-01-26 3 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20180126