大约有 204 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
...ll Inherited Externals Only exported Menu Globals "laya/d3/core/MeshTerrainSprite3D" MeshTerrainSprite3D Class MeshTerrainSprite3D TerrainMeshSprite3D 类用于地形节点转换普通mesh渲染。 Hierarchy MeshSprite3D MeshTerrainSprite3D Index Constructors constructor Properties _extra _scene _ur...
来源: Laya3.0_api 发布时间: 20231102
...ll Inherited Externals Only exported Menu Globals "laya/d3/core/SkinnedMeshSprite3D" SkinnedMeshSprite3D Class SkinnedMeshSprite3D SkinnedMeshSprite3D 类用于绑点骨骼节点精灵。 Hierarchy RenderableSprite3D SkinnedMeshSprite3D Index Constructors constructor Properties _extra _scene _url na...
来源: Laya3.0_api 发布时间: 20231115
...加装饰器暴露cube的属性,代码如下: @property({ type: Laya.Sprite3D }) public cube: Laya.Sprite3D; 然后在IDE中,将Cube节点拖入装饰器暴露的属性入口,即可用代码控制Cube节点了。 1. 平移变换 平移变换的定义如下: /** * 平移变换。 * @param t...
来源: Laya3.0_文档 发布时间: 20241014
...erited Externals Only exported Menu Globals "laya/d3/core/SimpleSkinnedMeshSprite3D" SimpleSkinnedMeshSprite3D Class SimpleSkinnedMeshSprite3D SkinnedMeshSprite3D 类用于创建网格。 Hierarchy RenderableSprite3D SimpleSkinnedMeshSprite3D Index Constructors constructor Properties _extra _scene _...
来源: Laya3.0_api 发布时间: 20231115
...ited Externals Only exported Menu Globals "laya/d3/core/pixelLine/PixelLineSprite3D" PixelLineSprite3D Class PixelLineSprite3D PixelLineSprite3D 类用于像素线渲染精灵。 Hierarchy RenderableSprite3D PixelLineSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGH...
来源: Laya3.0_api 发布时间: 20231115
1.7.8版本Sprite3D.load问题 这个版本Sprite3D.load 多次同一个url,则返回的是第一次load返回的sprite3d对象. demo工程如下(里面要显示同一个url的2个模型却只会显示1个)。比较急求解决... 附件 : --> test_5d.zip 2017-08-08 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20170808
...Returns StaticBatchManager Methods Static combine combine(staticBatchRoot: Sprite3D, renderableSprite3Ds?: RenderableSprite3D[]): void Defined in laya/d3/graphics/StaticBatchManager.ts:38 静态批处理合并,合并后子节点修改Transform属性无效,根节点staticBatchRoot可为null,如...
来源: Laya3.0_api 发布时间: 20231102
...ne3D):void{ Laya.stage.addChild(res); //用于挂点的精灵 var box: MeshSprite3D = new MeshSprite3D(PrimitiveMesh.createBox(1,1,1)); var material: BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/layabox.png", Handler.create(this, function(tex:Texture2D):void { material.albedoTe...
来源: Laya2.0_文档 发布时间: 20210714
3d节点释放后,update仍然执行 sprite3d 的节点已经调用destroy删除了,内部组件都已经删除完了,update还是能够执行进来 内部的回收机制是不是有问题啊,里面的参数判断都没办法生效 附件 : --> 2018-04-08 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20180408
...点时报abort 41错误 引擎版本:laya 2.3.0 出现qin情况:一个sprite3d节点添加另一个sprite3d的时候 附件 : --> 2020-03-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来...
来源: Laya_社区 发布时间: 20200302