大约有 314 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
...错 报错内容: MissingMethodException: Method not found: 'UnityEngine.Texture2D.EncodeToPNG'. LayaExport.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:417) LayaAir3D.OnGUI () (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:323) System.Re...
来源: Laya_社区 发布时间: 20170926
...抽象类,不允许实例。 Hierarchy Resource BaseTexture NativeRenderTexture2D RenderTexture2D RenderTexture TextureCube Texture2DArray Texture2D VideoTexture Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compare...
来源: Laya3.0_api 发布时间: 20231115
...图。 3,高度图的预加载 {url: "res/heightMap.png", clas:Texture2D, priority:1, params:[true]} 4,高度图的使用 5,最后记得把该模型隐藏掉 meshSprite3D.active = false; 158*****155 • 2017-05-02 20:52 @183*****755:生成png图片后,程序中怎么根据这张图...
来源: Laya_社区 发布时间: 20170330
...只找到了一个drawImage方法,参数类型并不支持Texture或者Texture2D。 我尝试了HTMLCanvas里面的各种方法,各种报错,想将其显示在场景中,也是不得其门而入。许多字面意思看上去可以的方法,结果都是不行。 所以我只能求助官方...
来源: Laya_社区 发布时间: 20210627
...。 ![](img/2.png)(图2) #### 3. 纹理加载 加载单个纹理使用Texture2D.load方法。这里我们创建了一个正方体,并且将加载的纹理设置为他的纹理。这个操作实际上和3D简单示例的操作是相同的。 ```typescript //加载纹理 Laya.Texture2D.load("res...
来源: Laya2.0_文档 发布时间: 20210715
...。 MeshTerrainSprite3D createFromMeshAndHeightMap(mesh:Mesh, texture:Texture2D, minHeight:Number, maxHeight:Number, name:String = null):MeshTerrainSprite3D[static] 从网格创建一个TerrainMeshSprite3D实例、图片读取高度图属性。 MeshTerrainSprite3D destroy(destroyChild:Boolean = ...
来源: Laya2.0_api 发布时间: 20190513
导出场景报错 MissingMethodException: Method not found: 'UnityEngine.Texture2D.EncodeToPNG'. LayaExport.DataManager.saveData () LayaExport.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:427) LayaAir3D.OnGUI () (at Assets/LayaAir3D/L...
来源: Laya_社区 发布时间: 20171208
...。 ![](img/2.png)(图2) #### 3. 纹理加载 加载单个纹理使用Texture2D.load方法。这里我们创建了一个正方体,并且将加载的纹理设置为他的纹理。这个操作实际上和3D简单示例的操作是相同的。 ```typescript //加载纹理 Laya.Texture2D.load("res...
来源: Laya2.0_文档 发布时间: 20210715
...a_Xq 赞同来自: BaseTexture在这个类里你可以看一下里面有对texture2D贴图的参数设置选择你项目适合的!比如使用这个模式 /**寻址模式_不循环。*/ public static const FILTERMODE_TRILINEAR:int = 2; 或者对anisoLevel大小进行设置 filterMode 进行修改 ...
来源: Laya_社区 发布时间: 20181026
...a.StandardMaterial(); //漫反射贴图 fishmaterial.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.transfo...
来源: Laya_社区 发布时间: 20170918