大约有 1,715 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0078 秒)
Laya_社区(1412) Laya3.0_api(93) Laya2.0_文档(77) Laya3.0_文档(45) Laya_示例(36) laya_api(32) Laya2.0_api(19) Laya2.0_示例(1)
Transform3D::pivot移到哪里了吗?现在Sprite3D该怎样设置描点呢? 2020-03-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 BetaCat 赞同来自: 有解决吗,这个该死的引擎文档像个奥...
来源: Laya_社区 发布时间: 20200312
为什么模型文件导出sprite3D再放入页面中样子不一样 如题,这个是unity中的样子 这是导出laya中的样子 这是导出选项 附件 : --> 2018-03-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20180315
关于3D的问题 var player:Sprite3D = Sprite3D.load('res/d3/LayaScene_playerScene/playerScene.lh').getChildByName('Player' + playerI) as Sprite3D; scene3D.addChild(player); 之后player.destroy();这句之后再重新运行上面的代码,发现报错了player不能被添加到scene3D了...
来源: Laya_社区 发布时间: 20170802
...lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激...
来源: Laya2.0_api 发布时间: 20190513
...实例组件。 Component3D owner : ComponentNode[read-only] 获取所属Sprite3D节点。 Component3D paused : Boolean 获取当前是否暂停 Animator playbackRate : Number 播放速率Animator playbackTime : Number[write-only] 设置当前播放位置 Animator playState : int[read-o...
来源: laya_api 发布时间: 20170929
...下为示例代码: var sprite= Laya.loader.getRes(this._stlurl) as Laya.Sprite3D; this.skill = Laya.Sprite3D.instantiate(sprite); target.addChild(this.skill); this.Play(); 这种卡顿在PC谷歌浏览器上不明显,但手机上就很明显了,另外在IDE的layaair调试器中也很明...
来源: Laya_社区 发布时间: 20180425
....create(null, function(tex:Texture2D):void { //使用纹理 var earth1:MeshSprite3D = scene.addChild(new MeshSprite3D(PrimitiveMesh.createSphere(5, 32, 32))) as MeshSprite3D; earth1.transform.translate(new Vector3(10, 20, -8)); var earthMat:BlinnPhongMaterial = new BlinnPhongMaterial(); earthMat.alb...
来源: Laya2.0_文档 发布时间: 20210715
在Unity中 .lh资源导出时会在角色外包裹一层sprite3D , 请问是放在文件夹的哪里,好像没有? 附件 : --> 2017-12-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 LM20081991 赞同来...
来源: Laya_社区 发布时间: 20171228
sprite3D可以设置碰撞体吗 想给lh文件做个点击事件,但是没找到方法。可以直接给lh设置点击事件吗,或者有得到像图中的的lh文件下的lm目录去加载lm文件,然后去设置碰撞体的么,主要是想做个点击事件 附件 : --> 2018-07-12 添加...
来源: Laya_社区 发布时间: 20180712
...d3.core.lightClasspublic class PointLightInheritancePointLight LightSprite Sprite3D Node EventDispatcher Object PointLight 类用于创建点光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 No...
来源: Laya2.0_api 发布时间: 20190513