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

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

21. 获取lh动画控制失败【已解决】 [ 78%]

... //方法一:直接异步加载             var layaMonkey:Sprite3D = scene.addChild(Sprite3D.load(url+"LayaScene_sharedunity/sharedunity.lh")) as Sprite3D;                          var zombieAnimator:Animator =layaMonkey.getChildAt(0).getComponentByType(Animat...

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

22. 如何更改Laya.Sprite3D 物件的颜色 [ 78%]

如何更改Laya.Sprite3D 物件的颜色 我想要实现这张图片闪烁的效果,在unity的做法是透过iTween 去改变material.Color值,我想知道layaair里面要怎么实现这个效果呢? 附图分别是这张图片亮与暗的两种状态。 附件 : --> 2017-12-11 添加评论...

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

23. [LayaAir3]addComponent(Laya.Rigidbody3D); 报错 [ 76%]

...     onEnable(): void {         let a = this.owner.getChildByName("Sprite3D") as Laya.Sprite3D;         console.log(a,typeof(a))         let aa = a.addComponent(Laya.Rigidbody3D);     }   报错 TypeError: Cannot read properties of undefined (reading '__className')...

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

24. BoxMesh 可以只渲染线框吗 [ 76%]

...bug,经常出现文本渲染混乱) 希望加入视频实时渲染到 sprite3d 材质上 Laya Skeleton渲染时,如果中间的slot的附件使用了网格,批渲染会被打断,希望官方能优化一下 unity粒子特效的sorting fudge层级排序与laya3d的渲染显示相反 设置so...

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

25. 3D模型的锚点怎么设置 [ 76%]

...置 3d模型锚点如何设置。 论坛上说是pivot方法。但是Laya.Sprite3d 没有这个方法 2019-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kura 赞同来自: 1.创建一个空的3d精灵在锚...

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

26. laya.d3.core.light.PointLight [ 75%]

...d3.core.lightClasspublic class PointLightInheritancePointLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object PointLight 类用于创建点光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...

来源: laya_api 发布时间: 20170929

27. laya.d3.core.light.DirectionLight [ 75%]

...lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...

来源: laya_api 发布时间: 20170929

28. laya.d3.core.light.SpotLight [ 75%]

...a.d3.core.lightClasspublic class SpotLightInheritanceSpotLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object SpotLight 类用于创建聚光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...

来源: laya_api 发布时间: 20170929

29. laya.d3.core.glitter.Glitter [ 75%]

...elaya.d3.core.glitterClasspublic class GlitterInheritanceGlitter RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object Glitter 类用于创建闪光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...

来源: laya_api 发布时间: 20170929

30. shader u_MvpMatrix 问题请教 [ 74%]

...ElementUsage.TEXTURECOORDINATE0 }; var uniformMap = { 'u_MvpMatrix': [Laya.Sprite3D.MVPMATRIX, Laya.Shader3D.PERIOD_SPRITE], 'u_ViewMatrix': [Laya.BaseCamera.VPMATRIX, Laya.Shader3D.PERIOD_SPRITE], 'u_WorldMatrix':[Laya.Sprite3D.WORLDMATRIX, Laya.Shader3D.PERIOD_SPRITE], 'u_PMat': [Laya.BaseCamera.P...

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