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

大约有 2,257 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0064 秒)

11. 求问TextureTexture2D的区别,和使用问题 [ 98%]

求问TextureTexture2D的区别,和使用问题 对用引擎中这两个类的分别不太清楚,有以下几个问题:1、TextureTexture2D有什么区别?我发现自己用Laya.loader.load的图片或ui加载的就是Texture,加载.ls/.lh自动生成的贴图就是Texture2D   2、...

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

12. 求个arraybuffer转texture2D [ 98%]

求个arraybuffer转texture2D HTMLImage create之后找不到onload方法,请问有什么方法 2018-10-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 没有 2018-11-19 0 0 分享 ...

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

13. laya.d3.resource.Texture2D [ 98%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames Texture2DProperties | Methods Packagelaya.d3.resourceClasspublic class Texture2DInheritanceTexture2D BaseTexture laya.resource.Resource Texture2D 二维纹理。 Public Properties Hide Inherited Public Properties Show Inher...

来源: laya_api 发布时间: 20170929

14. texture中的UV中有8个值,这8个值都指的什么呢 [ 98%]

texture中的UV中有8个值,这8个值都指的什么呢 2018-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Xq 赞同来自: uv题图点的位置信息!,    0,0——0 ,1.0           ...

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

15. laya.resource.Texture2D [ 98%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames Texture2DProperties | Methods | Constants Packagelaya.resourceClasspublic class Texture2DInheritanceTexture2D BaseTexture laya.resource.Bitmap Texture2D 类用于生成2D纹理。 Public Properties Hide Inherited Public Pr...

来源: Laya2.0_api 发布时间: 20190513

16. ArrayBuffer如何转为Texture[ 98%]

ArrayBuffer如何转为Texture? 如题。我查看该文档。 https://ldc.layabox.com/doc/?nav=zh-ts-3-1-0 该文档里面并没有说明在Native下面如果通过二进制构造Texture。 同时, https://ask.layabox.com/question/7667 https://ask.layabox.com/question/4279 也没有详细说...

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

17. Sprite-切换纹理 [ 97%]

...y2Str = "res/apes/monkey2.png", monkey1Res, monkey2Res; class Sprite_SwitchTexture { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage....

来源: Laya2.0_示例 发布时间: 20251130

18. 加载-单一类型资源加载 [ 97%]

...rIDE让项目开发更高效。(function() { var Loader = Laya.Loader; var Texture = Laya.Texture; var Handler = Laya.Handler; (function() { Laya.init(550, 400); // 加载一张png类型资源 Laya.loader.load("../../res/apes/monkey0.png", Handler.create(this, onAssetLoaded1)); // 加载多张png类...

来源: Laya_示例 发布时间: 20251130

19. EffectMaterial在真机上texture为空 [ 97%]

EffectMaterial在真机上texture为空 在native上Laya.d3.js,加载到28283行 case "textures":; var textures=props[key]; for (i=0,n=textures.length;i < n;i++){ var texture=textures[i]; var path=texture.path; (path)&& (material[texture.name]=Loader.getRes(path)); } 会出现无法将te...

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

20. Texture.create 和Texture.createFromTexture有什么区别 [ 97%]

Texture.create 和Texture.createFromTexture有什么区别 Texture.create  和Texture.createFromTexture有什么区别 2019-10-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被...

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