• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,173 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0079 秒)

581. 3D模式下使用Tween使模型移动如何写法 [ 78%]

...shmaterial.diffuseTexture = Laya.Texture2D.load("fish/denglongyu/denglongyu1.jpg"); fish.meshRender.material = fishmaterial; fish.transform.localScale = new Laya.Vector3(0.001,0.001,0.001); fish.transform.localPosition = new Laya.Vector3(0,1,0); fish.transform.rotate(new Laya.Vector3(0,-Math.PI/2,0)...

来源: Laya_社区 发布时间: 20170918

582. laya.ui.ViewStack [ 78%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动...

来源: laya_api 发布时间: 20170929

583. laya.ui.LayoutBox [ 78%]

...tring 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动...

来源: laya_api 发布时间: 20170929

584. laya.ui.Radio [ 78%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动...

来源: laya_api 发布时间: 20170929

585. 设置旋转特效后,旋转对象的位置跑偏了 [ 78%]

...zhuan.height/2);                       Laya.timer.frameLoop(1,this,onLoopRotation,[this.xuanzhuan]);         }         private function onLoopRotation(sp:Sprite):void         {             sp.rotation++;          } 2017-12-25 添加评论 免费帖 --...

来源: Laya_社区 发布时间: 20171225

586. viewport 的用法 [ 78%]

...      this.size(200,200);       this.graphics.drawRect(0,0,200,200,'#123456');       var viewPort = new Rectangle(0,0,200,200);             this.viewport = viewPort;       var ccc = new Sprite();       ccc.graphics.drawRect(0,0,50,50,'#123000');       this.addChild(ccc);   ...

来源: Laya_社区 发布时间: 20170323

587. laya.ui.Tab [ 78%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动...

来源: laya_api 发布时间: 20170929

588. discard property,please use transform's property instead [ 78%]

...s property instead 运行官网的3D例子时,浏览器一直报这个 2018-07-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 就是那个属性弃用了,用transform , 那个代...

来源: Laya_社区 发布时间: 20180725

589. 要让2DUI跟随3D物件,比如说敌人头上有血条。请问要怎么做? [ 78%]

...过Unity做好血条再导出到Laya是看不见的)   附件 : --> 2020-11-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 1588923133用户 赞同来自: let out = window.app.fcUtil.worldToViewportPoint(thi...

来源: Laya_社区 发布时间: 20201110

590. Texture.getPixels在手机真机Native环境中会报错 [ 78%]

...height);             }         } 附件 : --> 2022-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 luoshaoja 赞同来自: 这个要大神才能回复哦 2022-03-18 0 0 分享 微博 QZONE...

来源: Laya_社区 发布时间: 20220317