大约有 1,494 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0073 秒)
...le.log("碰撞"); if (collision.other.owner === this.sphere){ ((this.owner as Laya.MeshSprite3D).meshRenderer.sharedMaterial as Laya.BlinnPhongMaterial).albedoColor = new Laya.Vector4(0.0, 0.0, 0.0, 1.0); } } 附件 : --> 2019-08-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20190817
...来自: 支持,有对应的文档:https://ldc.layabox.com/doc/?nav=zh-as-6-2-0 2017-10-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 laiya 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名...
来源: Laya_社区 发布时间: 20171009
... 'material' of undefined this.unit3D = Laya.Loader.getRes("Unity/Unit.lh") as Laya.MeshSprite3D; this.scene3D.addChild(this.unit3D); this.unit3D.transform.localScale = new Laya.Vector3(1, 1, 1); this.unit3D.transform.translate(new Laya.Vector3(0, 0, 0)); var materia...
来源: Laya_社区 发布时间: 20190907
...ps must follow this guideline and we urge you to update your existing apps as soon as possible. If your existing app requires more time to implement the guidelines, we've provided an additional six months, until March 3, 2020, to bring it into compliance. 2019-09-09 添加评论 免费帖 --> 分享...
来源: Laya_社区 发布时间: 20190909
...射颜色。 `albedoIntensity:Number` 漫反射强度。 `albedoTexture:BaseTexture` 漫反射贴图。 `enableLighting:Boolean` 是否启用光照。 `normalTexture:BaseTexture` 法线贴图。 `renderMode:int` [write-only] 设置渲染模式。 `shininess:Number` 高光强度,范围为0到1。 `sp...
来源: Laya2.0_文档 发布时间: 20210714
...t:Laya.Text = someNode.getChildByName('textName'); [ts] Type 'Node' is not assignable to type 'Text'. Property '_text' is missing in type 'Node' 2016-10-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - ...
来源: Laya_社区 发布时间: 20161029
...请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: AS3项目建议你用FB或FD进行编译,别用IDE了! 2017-07-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jwz198321 相关问题 TS项目使用matter.js...
来源: Laya_社区 发布时间: 20170728
...折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ohkei as3、as2、h5 相关问题 2.0一不小心删了bin目录下的某个场景json文件。。竟然无法自动生成了? LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) 有什么容器...
来源: Laya_社区 发布时间: 20170117
小游戏分包问题 现在项目已成功分包了,用AS 问题 1)在小游戏中如何调用微信加载分包 2)加载分包后如果创建分包中的对象 官方能不能提供个demo呀,不能总是把责任推给第三方,希望官方能重视这些使用上的体验 2018-0...
来源: Laya_社区 发布时间: 20180720
... //添加3D场景 var scene:Scene3D = Laya.stage.addChild(new Scene3D()) as Scene3D; //添加照相机 var camera:Camera = (scene.addChild(new Camera(0, 0.1, 100))) as Camera; camera.transform.translate(new Vector3(0, 10, 0)); camera.transform.rotate(new Vector3(-30, 0, 0), true, false); //...
来源: Laya_社区 发布时间: 20190417