大约有 567 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
Laya_社区(350) Laya2.0_文档(64) Laya3.0_api(54) Laya_示例(32) Laya2.0_api(22) laya_api(20) Laya2.0_示例(13) Laya3.0_文档(12)
...Protected All Inherited Externals Only exported Menu Globals "laya/loaders/TextureLoader" VideoTextureLoader Class VideoTextureLoader Hierarchy VideoTextureLoader Implements IResourceLoader Index Methods load Methods load load(task: ILoadTask): Promise<VideoTexture> Implementation of IResource...
来源: Laya3.0_api 发布时间: 20231115
...Protected All Inherited Externals Only exported Menu Globals "laya/loaders/TextureLoader" RenderTextureLoader Class RenderTextureLoader Hierarchy RenderTextureLoader Implements IResourceLoader Index Methods load Methods load load(task: ILoadTask): Promise<RenderTexture> Implementation of IReso...
来源: Laya3.0_api 发布时间: 20231115
...本地路径,比如示例中引用的就是本地路径, ```json Laya.Texture2D.load("res/layabox.png"); ``` 如果项目的目录中,全部大小加起来不超过5M的话,只要能找到本地的资源,怎么写也没问题。 但是, 百度小游戏的本地包有5M的限制,一旦...
来源: Laya2.0_文档 发布时间: 20210714
火狐浏览器上webgl异常 Error: WebGL: texSubImage2D: Texture has not been initialized prior to a partial upload, forcing the browser to clear it. This may be slow. async.race.0._hash.e3a9c451.js%20line%20297%20%3E%20eval:4:30925 Error: WebGL: texSubImage2D: This operation requires zeroing tex...
来源: Laya_社区 发布时间: 20171120
...ya.Sprite; var Stage = Laya.Stage; var ColorFilter = Laya.ColorFilter; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var ApePath = "../../res/apes/monkey2.png"; var apeTexture; (function() { // 不支持WebGL时自动切换至Canvas Laya....
来源: Laya_示例 发布时间: 20241117
...本地路径,比如示例中引用的就是本地路径, ```json Laya.Texture2D.load("res/layabox.png"); ``` 如果项目的目录中,全部大小加起来不超过4M的话,只要能找到本地的资源,怎么写也没问题。 但是, 微信小游戏的本地包有4M的限制,一旦...
来源: Laya2.0_文档 发布时间: 20210715
...动生成了? 请问LayaAir中如何使图片以圆形的方式显示? Texture图片能否进行翻转? 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 合并小图片 发布到vivo平台后,龙骨动画无法显示 laya3D动画无...
来源: Laya_社区 发布时间: 20180327
material材质平铺 建了一个3D的平面模型,用的是Laya.Texture2D.load加载的图片纹理, 然后给它加了一个var material = new Laya.StandardMaterial();材质 material 创建的贴图材质,这样能平铺吗? var plane = this.scene.addChild(new Laya.MeshSprite3D(new Laya.P...
来源: Laya_社区 发布时间: 20180125
texture2D 设置 wrapModeU 与 wrapModeV 无效 (关于素材要求的问题) 如果是Laya.Texture2D.load的加载方式,默认加载的是texture2D,会自动设置wrapModeU和wrapModeV为平铺,在使用官方的纹理平铺案例的图片时,发现是没问题的,而使用自己的...
来源: Laya_社区 发布时间: 20200523
native 获取Texture上的某个区域的像素点 getPixels中有报错 代码如下: let tex: Laya.Texture = new Laya.Texture(); tex.load("res/img/108879.png",Laya.Handler.create(this,function(): void{ tex.getPixels(0,0,1,1); ...
来源: Laya_社区 发布时间: 20190625